Skip to main content
A newer version of this page is available. .

PrefilterBase Properties

Represents the base class for Prefilters, that are editors allowing end-users to customize filter criteria at runtime.
Name Description
Criteria Gets or sets a filter criteria applied to data displayed in the Pivot Grid. Inherited from BaseFilter.
CriteriaString Gets or sets a string that specifies a filter criteria applied to data displayed in the Pivot Grid. Inherited from BaseFilter.
Enabled Gets or sets whether to apply a filter criteria specified using BaseFilter.Criteria or BaseFilter.CriteriaString. Inherited from BaseFilter.
FilterColumnNames Gets names of the Pivot Grid fields participating in a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString). Inherited from BaseFilter.
InvalidCriteriaDisplayText static Gets a texts notifying an end-user that the filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is specified incorrectly. Inherited from BaseFilter.
IsEmpty Gets whether or not a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is empty. Inherited from BaseFilter.
IsValid Gets whether or not a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is specified correctly. Inherited from BaseFilter.
PrefilterColumnNames Gets names of the Pivot Grid fields participating in prefilter criteria.
State Gets the Prefilter state that indicates whether the Prefilter expression is valid.
See Also