Skip to main content

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.v23.2.dll

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

Declaration

public bool ShowSequences { get; set; }

Property Value

Type Description
Boolean

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

See Also