Back to Devexpress

PivotGridOptionsFilterPopup.ToolbarButtons Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-1a334862.md

latest5.7 KB
Original Source

PivotGridOptionsFilterPopup.ToolbarButtons Property

Gets or sets which buttons should be displayed in filter popup toolbars.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(FilterPopupToolbarButtons.ShowOnlyAvailableItems | FilterPopupToolbarButtons.RadioMode | FilterPopupToolbarButtons.InvertFilter)]
[XtraSerializableProperty]
public FilterPopupToolbarButtons ToolbarButtons { get; set; }
vb
<DefaultValue(FilterPopupToolbarButtons.ShowOnlyAvailableItems Or FilterPopupToolbarButtons.RadioMode Or FilterPopupToolbarButtons.InvertFilter)>
<XtraSerializableProperty>
Public Property ToolbarButtons As FilterPopupToolbarButtons

Property Value

TypeDefaultDescription
FilterPopupToolbarButtonsShowOnlyAvailableItemsRadioMode

A set of FilterPopupToolbarButtons flags that identify buttons displayed in filter popup toolbars.

|

Available values:

NameDescription
None

No toolbar buttons are displayed.

| | ShowOnlyAvailableItems |

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: PivotGridOptionsFilterBase.ShowOnlyAvailableItems.

Note that this option is not available for Group Filters.

| | ShowNewValues |

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: PivotGridFieldBase.ShowNewValues, PivotGridGroup.ShowNewValues.

| | IncrementalSearch |

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: PivotGridOptionsFilterPopup.AllowIncrementalSearch.

| | MultiSelection |

The Multi-Selection button that controls whether end-users are allowed to select only a single item or multiple items.

Corresponding property: PivotGridOptionsFilterPopup.AllowMultiSelect.

| | RadioMode |

The Radio Mode button that controls whether end-users are allowed to check only a single item or multiple items.

Corresponding properties: PivotGridOptionsFilterPopup.IsRadioMode, PivotGridFieldOptionsEx.IsFilterRadioMode.

| | InvertFilter |

The Invert Filter button that inverts the checked state for all filter items.

| | All |

All toolbar buttons.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ToolbarButtons
PivotGridControl

.OptionsFilterPopup .ToolbarButtons

|

Remarks

To specify whether to show filter popup toolbars or not, use the PivotGridOptionsFilterPopup.ShowToolbar property.

To learn more, see Filter Button and Popup.

See Also

ShowToolbar

Filter Button and Popup

PivotGridOptionsFilterPopup Class

PivotGridOptionsFilterPopup Members

DevExpress.XtraPivotGrid Namespace