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

DataEntryGridContentComboBoxControlHost..::..SetupFrameworkElementFactory Method

Setups the framework element factory.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  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
)

Exceptions


ExceptionCondition
ExceptionDataEntryGridRow: {Row} GetCellProps for ColumnId: {column.ColumnId} cannot return a {nameof(DataEntryGridCustomControlCellProps)} object. It is only compatible with {nameof(DataEntryGridCustomControlColumn)} column types.