Data ListAllow 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
If set to true, the data source may override it if it does not allow deletions
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowDeletes { get; set; }VB
Public Property AllowDeletes As Boolean
Get
SetC++
public:
property bool AllowDeletes {
bool get ();
void set (bool value);
}F#
member AllowDeletes : bool with get, setProperty Value
BooleanIf set to true, the data source may override it if it does not allow deletions