Gets if grid is in insert mode.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool IsInInsertMode { get; }
Visual Basic
Public ReadOnly Property IsInInsertMode As Boolean
	Get
Visual C++
public:
property bool IsInInsertMode {
	bool get ();
}
F#
member IsInInsertMode : bool with get

Property Value

Type: Boolean

See Also