Data NavigatorAllow Additions Property
This is used to determine whether or not additions are allowed to be made to the data source
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If set to true, the data source may override it if it does not allow additions
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowAdditions { get; set; }VB
Public Property AllowAdditions As Boolean
Get
SetC++
public:
property bool AllowAdditions {
bool get ();
void set (bool value);
}F#
member AllowAdditions : bool with get, setProperty Value
BooleanIf set to true, the data source may override it if it does not allow additions