Skip to main content
Tab

GridHeaderFilterPopupSettings.ShowHeader Property

Gets or sets a value that specifies whether or not to display the header filter popup window’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the header; otherwise, false.

See Also