DataNavigatorAllowDeletes Property
This is used to determine whether or not deletes are allowed to be made to the data source
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool AllowDeletes { get; set; }
Public Property AllowDeletes As Boolean
Get
Set
public:
property bool AllowDeletes {
bool get ();
void set (bool value);
}
member AllowDeletes : bool with get, set
Property Value
BooleanIf set to true, the data source may override it if it does not allow deletions