PivotGridFieldOptionsFilter.PopupExcelFilterDefaultTab Property
In This Article
Gets or sets the default tab opened in the Excel-style filter popup.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[DefaultValue(ExcelFilterDefaultTab.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDefaultTab PopupExcelFilterDefaultTab { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Excel |
Default | An Excel |
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 Popup |
---|---|
Pivot |
|
See Also