Skip to main content

TcxPivotGridFieldOptions Members

Contains end-user settings for a field.

Constructors

Name Description
Create(TcxPivotGridField) Initializes a new instance of the TcxPivotGridFieldOptions class with specified settings.

Properties

Name Description
AlwaysExpanded Specifies whether a field automatically expands its grouping values and keeps them expanded.
Field Provides access to the field to which the settings are applied.
Filtering Determines whether a field can be filtered.
FilteringPopupIncrementalFiltering Enables the incremental filtering feature for the field’s filter dropdown.
FilteringPopupIncrementalFilteringOptions Specifies how incremental filtering is applied to the field’s filter dropdown list.
Moving Specifies whether a field can be dragged by end-users or not.
Sizing Specifies whether the field‘s width can be changed by end-users or not.
Sorting Specifies if end-users can change the field‘s sort order.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also