Skip to main content
A newer version of this page is available. .

FilterPopupExcelEventArgs.ShowSequences Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public bool ShowSequences { get; set; }

Property Value

Type Description
Boolean

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

See Also