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

TcxPivotGridField.Options Property

Contains a set of options which control end-user abilities with regard to changing an item’s contents and the appearance of item cells.

#Declaration

Delphi
property Options: TcxPivotGridFieldOptions read; write;

#Property Value

Type
TcxPivotGridFieldOptions

#Remarks

Use the Options property to control the availability of various operations that can be performed by an end-user with the current field. These operations include:

You can use the pivot grid’s OptionsBehavior, OptionsCustomize, OptionsData, OptionsSelection and OptionsView properties to specify various options that are common to all the fields within the control. Note that these options override the corresponding options for individual fields.

See Also