Skip to main content
Tab

ASPxGridTextSettingsBase.HeaderFilterShowBlanks Property

Gets or sets the ‘Blanks’ filter item’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string HeaderFilterShowBlanks { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the text.

See Also