Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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