Data ListAllow Edits Property
This is used to determine whether or not edits 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 edits. Note that it is up to the row template to check this property and disable editing in its controls if this is set to false.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool AllowEdits { get; set; }VB
Public Property AllowEdits As Boolean
Get
SetC++
public:
property bool AllowEdits {
bool get ();
void set (bool value);
}F#
member AllowEdits : bool with get, setProperty Value
BooleanIf set to true, the data source may override it if it does not allow edits. Note that it is up to the row template to check this property and disable editing in its controls if this is set to false.