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

DataEntryGridCustomControlColumn..::..ProcessCellFrameworkElementFactory Method

Processes the cell framework element factory.

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

Syntax


protected void ProcessCellFrameworkElementFactory(
	FrameworkElementFactory factory,
	string dataColumnName
)
Protected Sub ProcessCellFrameworkElementFactory ( _
	factory As FrameworkElementFactory, _
	dataColumnName As String _
)
protected:
void ProcessCellFrameworkElementFactory(
	FrameworkElementFactory^ factory, 
	String^ dataColumnName
)

Parameters

factory
Type: FrameworkElementFactory
The factory.
dataColumnName
Type: String
Name of the data column.

Exceptions


ExceptionCondition
ExceptionThe {nameof(ContentTemplate)} Property has not been set.