Back to Devexpress

FilterPopupExcelEventArgs.ShowDatePeriods Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-5826d4ec.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowDatePeriods Property

Gets or sets whether to show date periods (Specific Date Periods, Today, Last Month, Year to Date, etc.).

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true to show date periods; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace