Enabled
- Last UpdatedNov 17, 2021
- 1 minute read
The Enabled property is a read-write property that enables or disables the user interface functionality of the control.
Syntax
aaHistClientActiveDataGrid.Enabled = discrete;
Result = aaHistClientActiveDataGrid.Enabled;
Remarks
True = User interface functionality enabled; False = User interface functionality disabled.
The default value is True.