Back to Devexpress

FilterPopupExcelEventArgs.ShowBlanks Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-5764bb16.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowBlanks Property

Gets or sets whether to show the IsBlank and IsNotBlank filter conditions.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true , to show the IsBlank and IsNotBlank filter conditions; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace