Back to Devexpress

FilterPopupExcelEventArgs.ShowComparisons Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-ad4bbf2c.md

latest1.3 KB
Original Source

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

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

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace