Skip to main content

FilterPopupExcelEventArgs.ShowComparisons Property

Gets or sets whether to show comparison filter conditions (Greater Than, Less Than, etc.).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public bool ShowComparisons { get; set; }

Property Value

Type Description
Boolean

true, to show comparison filter conditions; otherwise, false.

See Also