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:
filtering using the field’s values;
moving the field to various areas and from/to the customization form;
resizing the field;
sorting against the field’s values.
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