Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual IGridColumnEditor CurrentColumnEditor { get; }

Property Value

Type: IGridColumnEditor
See Also