PivotGridFieldOptionsFilter.PopupExcelFilterDefaultTab Property
Gets or sets the default tab opened in the Excel-style filter popup.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
[DefaultValue(ExcelFilterDefaultTab.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDefaultTab PopupExcelFilterDefaultTab { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ExcelFilterDefaultTab | Default | An ExcelFilterDefaultTab value that specifies the default tab opened in the Excel-style filter popup. |
Available values:
Name | Description |
---|---|
Default | A default tab is opened by default. |
Values | The ‘Values’ tab is opened by default. |
Filters | The ‘Filters’ tab is opened by default. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PopupExcelFilterDefaultTab |
---|---|
PivotGridField |
|
See Also