ExcelFilterOptions.ShowAdvancedDatePeriods Property
Gets or sets whether to display advanced date period filters in Excel-style filter popup menus.
Namespace: DevExpress.Utils.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> | true to enable extended date range options (such as All Dates in the Period); otherwise, false. |
See Also