Change Policy Event ArgsAllow 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
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowAdditions { get; }VB
Public ReadOnly Property AllowAdditions As Boolean
GetC++
public:
property bool AllowAdditions {
bool get ();
}F#
member AllowAdditions : bool with get