GridEditableColumnCurrentColumnEditor Property |
Get the current colum editor. If the column editor is not assigned at the moment the column will search for the ColumnEditorID on the page or should
create its default column editor
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual IGridColumnEditor CurrentColumnEditor { get; }
Public Overridable ReadOnly Property CurrentColumnEditor As IGridColumnEditor
Get
public:
virtual property IGridColumnEditor^ CurrentColumnEditor {
IGridColumnEditor^ get ();
}
abstract CurrentColumnEditor : IGridColumnEditor with get
override CurrentColumnEditor : IGridColumnEditor with get
Property Value
Type:
IGridColumnEditor
See Also