TcxPivotGridFieldFilter.HasFilter Property
Indicates whether a filtering condition for a field is set up.
Declaration
property HasFilter: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The HasFilter property returns True when the filtering condition has been set up, i.e. the Values collection contains at least one field value.
See Also