TcxPivotGridFieldFilter Members
Contains filter values for a specific field.Constructors
Name | Description |
---|---|
Create(TcxPivotGridField) | Initializes a new instance of the TcxPivotGridFieldFilter class with specified settings. |
Properties
Name | Description |
---|---|
Field | Provides access to the field which the filter is applied to. |
FilterType | Specifies the field‘s filter type. |
HasFilter | Indicates whether a filtering condition for a field is set up. |
PivotGrid | Provides access to the pivot grid control that owns the field which the current filter is applied to. |
Values | Provides access to the field values that are used to create a filtering condition. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Clear | Clears the field’s filter. |
Contains(Variant) | Indicates whether the resulting set contains the specified value. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnChange | Fires after the current filter has been changed. |
See Also