Back to Devexpress

FilterPopupExcelEventArgs.ShowNulls Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-7781909a.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowNulls Property

Gets or sets whether to show the Is Null and Is Not Null 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 ShowNulls { get; set; }
vb
Public Property ShowNulls As Boolean

Property Value

TypeDescription
Boolean

true , to show the Is Null and Is Not Null filter conditions; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace