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

FilterPopupExcelEventArgs.ShowBlanks Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public bool ShowBlanks { get; set; }

Property Value

Type Description
Boolean

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

See Also