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