TcxCustomGridTableView.OptionsCustomize Property
Contains settings that determine the availability of runtime operations on the View’s items.
Declaration
property OptionsCustomize: TcxCustomGridTableOptionsCustomize read; write;
Property Value
Type |
---|
TcxCustomGridTableOptionsCustomize |
Remarks
Use the OptionsCustomize property to access settings that determine the availability of runtime operations on View items. These operations include moving, grouping and sorting. All these features can be implemented programmatically, using the properties of View items. The customization options control the availability of these features to end-users. That means, if grouping is not available for the end-user (the corresponding option is deactivated), then a View can still be grouped via setting the GroupIndex property value of the required View items.
See Also