Skip to main content
All docs
V24.1

FilterPopupExcelEventArgs.ShowAdvancedDatePeriods Property

Gets or sets whether to show advanced date periods (Year to Date, All Dates in the Period).

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool ShowAdvancedDatePeriods { get; set; }

Property Value

Type Description
Boolean

true to show advanced date periods; otherwise, false.

See Also