TcxCustomGridTableItem.Options Property
Contains a set of options controlling the user’s ability to change the item’s contents and the appearance of item cells.
Declaration
property Options: TcxCustomGridTableItemOptions read; write;
Property Value
Type |
---|
TcxCustomGridTableItemOptions |
Remarks
The Options object contains a number of attributes which allow or disallow various operations to be performed by an end-user on an item at runtime. These operations include:
editing the item’s data;
focusing the item;
grouping by the item;
resizing and moving the item;
sorting data by the item.
and others.
TcxCustomGridTableItem descendants publish the necessary options and declare other attributes specific to them.
You can use the OptionsCustomize, OptionsSelection and OptionsView properties of a View to define different options that are common to all the items within a View.
See Also