DataEntryGridTextColumn..::..ProcessCellFrameworkElementFactory Method
Processes the cell framework element factory.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: 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.