DataEntryGridControlColumn<(Of <(<'TControl>)>)> Class
Class DataEntryGridControlColumn.
Implements the DataEntryGridColumn
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public abstract class DataEntryGridControlColumn<TControl> : DataEntryGridColumn where TControl : Control
Public MustInherit Class DataEntryGridControlColumn(Of TControl As Control) _ Inherits DataEntryGridColumn
generic<typename TControl> where TControl : Control public ref class DataEntryGridControlColumn abstract : public DataEntryGridColumn
Type Parameters
- TControl
- The type of the t control.
Inheritance Hierarchy
DispatcherObject
DependencyObject
DataGridColumn
DataGridTemplateColumn
RingSoft.DataEntryControls.WPF.DataEntryGrid..::..DataEntryGridColumn
RingSoft.DataEntryControls.WPF.DataEntryGrid..::..DataEntryGridControlColumn<(Of <(<'TControl>)>)>