Gets a value indicating whether this Row is specially designed to add new Rows to the GridControl.ItemsSource through the user interface.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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: Booleantrue if this Row has a special meaning; otherwise, false.