Back to Devexpress

Filter Window

aspnet-3599-components-pivot-grid-ui-elements-filter-window.md

latest1.8 KB
Original Source

Filter Window

  • Dec 17, 2020

The Filter window is invoked when an end-user clicks the field’s filter button. This window allows end-users to filter data.

The table below lists the main properties that affect the element appearance:

CharacteristicsMembers
AppearancePivotGridStyles.FilterWindowStyle, PivotGridStyles.FilterItemsAreaStyle, PivotGridStyles.FilterItemStyle
AvailabilityThe pivot grid’s PivotGridOptionsCustomization.AllowFilter option and the field’s PivotGridFieldOptions.AllowFilter option.
ContentsPivotGridFieldBase.GetUniqueValues
Display TextASPxPivotGrid.FieldValueDisplayText
Filter CriteriaPivotGridFieldBase.FilterValues
Showing Only Available ItemsPivotGridWebOptionsFilter.ShowOnlyAvailableItems

See Also

Filter Button Panel

Filter Button