Back to Devexpress

FilterPopupExcelEventArgs.ShowAdvancedDatePeriods Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-4d07914b.md

latest1.4 KB
Original Source

FilterPopupExcelEventArgs.ShowAdvancedDatePeriods Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool ShowAdvancedDatePeriods { get; set; }
vb
Public Property ShowAdvancedDatePeriods As Boolean

Property Value

TypeDescription
Boolean

true to show advanced date periods; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace