KaxListViewItemIsInEditMode Property |
Gets a value indicating whether the
KaxListView item is in edit mode at the
moment.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual bool IsInEditMode { get; }
Public Overridable ReadOnly Property IsInEditMode As Boolean
Get
public:
virtual property bool IsInEditMode {
bool get ();
}
abstract IsInEditMode : bool with get
override IsInEditMode : bool with get
Property Value
Type:
BooleanSee Also