IGridEditableColumnColumnEditor Property |
Gets the column editor instance for this column
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax IGridColumnEditor ColumnEditor { get; set; }
Property ColumnEditor As IGridColumnEditor
Get
Set
property IGridColumnEditor^ ColumnEditor {
IGridColumnEditor^ get ();
void set (IGridColumnEditor^ value);
}
abstract ColumnEditor : IGridColumnEditor with get, set
Property Value
Type:
IGridColumnEditorSee Also