Gets or sets a value indicating whether you can add items to the GridControl.ItemsSource.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool AllowNew { get; set; } |
Visual Basic |
---|
Public Property AllowNew As Boolean Get Set |
Visual C++ |
---|
public: property bool AllowNew { bool get (); void set (bool value); } |
F# |
---|
member AllowNew : bool with get, set |
Property Value
Type: Booleantrue if you can add items; otherwise, false.