Gets a value indicating whether this Row is specially designed to add new Rows to the DataSource through the user interface.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: Boolean
true if this Row has a special meaning; otherwise, false.

See Also