Back to Devexpress

FilterPopupExcelEventArgs.ShowSequences Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-69f2a1f1.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowSequences Property

Gets or sets whether to show filters for sequences (Top N, Bottom N, etc.).

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true , to show filters for sequences; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace