Change Policy Event ArgsAllow Deletes Property
This is used to determine whether or not deletes 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 AllowDeletes { get; }VB
Public ReadOnly Property AllowDeletes As Boolean
GetC++
public:
property bool AllowDeletes {
bool get ();
}F#
member AllowDeletes : bool with get