Skip to main content
Tab

GridHeaderFilterPopupSettings.ShowCloseButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowCloseButton { get; set; }

Property Value

Type Default Description
Boolean true

true, to display the close button; otherwise, false.

See Also