DataEntryGridContentComboBoxControlHost..::..SetupFrameworkElementFactory Method
Setups the framework element factory.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void SetupFrameworkElementFactory( FrameworkElementFactory factory, DataEntryGridColumn column )
Protected Sub SetupFrameworkElementFactory ( _ factory As FrameworkElementFactory, _ column As DataEntryGridColumn _ )
protected: void SetupFrameworkElementFactory( FrameworkElementFactory^ factory, DataEntryGridColumn^ column )
Parameters
- factory
- Type: FrameworkElementFactory
The factory.
- column
- Type: RingSoft.DataEntryControls.WPF.DataEntryGrid..::..DataEntryGridColumn
The column.
Exceptions
Exception | Condition |
---|---|
Exception | DataEntryGridRow: {Row} GetCellProps for ColumnId: {column.ColumnId} cannot return a {nameof(DataEntryGridCustomControlCellProps)} object. It is only compatible with {nameof(DataEntryGridCustomControlColumn)} column types. |