TcxPivotGridFieldFilter.HasFilter Property
In This Article
Indicates whether a filtering condition for a field is set up.
#Declaration
Delphi
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