FilterPopupToolbarButtons Enum
Lists values that identify buttons displayed within filter popup toolbars.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
No toolbar buttons are displayed. |
Show
|
The Show Only Available Items button that controls the visibility of filter items that cannot be displayed because of filtering applied to other fields. Corresponding property: Pivot Note that this option is not available for Group Filters. |
Show
|
The Show New Field Values button controls the visibility of field values that have appeared in the datasource after the field’s filtering was configured. Corresponding properties: Pivot |
Incremental
|
The Incremental Search button that controls whether the incremental searching feature is enabled or not. This feature allows end-users to locate an item in the drop-down by typing the item’s initial characters. Corresponding property: Pivot |
Multi
|
The Multi-Selection button that controls whether end-users are allowed to select only a single item or multiple items. Corresponding property: Pivot |
Radio
|
The Radio Mode button that controls whether end-users are allowed to check only a single item or multiple items. Corresponding properties: Pivot |
Invert
|
The Invert Filter button that inverts the checked state for all filter items. |
All
|
All toolbar buttons. |
#Related API Members
The following properties accept/return FilterPopupToolbarButtons values:
#Remarks
Values listed by this enumeration are used to set the PivotGridOptionsFilterPopup.ToolbarButtons property.