Skip to main content

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

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