AllowUserConfiguration
- Last UpdatedNov 17, 2021
- 1 minute read
The AllowUserConfiguration property is a read-write property that determines whether the user can access the aaHistClientActiveDataGrid Properties dialog box at runtime by using the control’s shortcut menu.
Syntax
aaHistClientActiveDataGrid.AllowUserConfiguration = discrete;
Result = aaHistClientActiveDataGrid.AllowUserConfiguration;
Remarks
True = Show the Properties and SQL menu commands on the shortcut menu; False = Hide the Properties and SQL menu commands on the shortcut menu.
If this property is disabled, you can use the ShowPropertiesDialog method to let the user access the Properties dialog box.
The default value is True.