Skip to main content
Tab

ASPxGridTextSettingsBase.HeaderFilterShowNonBlanks Property

Gets or sets the ‘Non blanks’ filter item’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text.

See Also