RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryCustomContentTemplate Class

Class that displays custom content to user. Implements the ObservableCollection

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public class DataEntryCustomContentTemplate : ObservableCollection<DataEntryCustomContentTemplateItem>
Public Class DataEntryCustomContentTemplate _
	Inherits ObservableCollection(Of DataEntryCustomContentTemplateItem)
public ref class DataEntryCustomContentTemplate : public ObservableCollection<DataEntryCustomContentTemplateItem^>

Inheritance Hierarchy


Object
  Collection<(Of <(<'Object>)>)>
    ObservableCollection<(Of <(<'DataEntryCustomContentTemplateItem>)>)>
      RingSoft.DataEntryControls.WPF..::..DataEntryCustomContentTemplate