Skip to main content
A newer version of this page is available. .
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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCloseButton
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.HeaderFilter.ShowCloseButton
GanttPopupControlSettings
.HeaderFilter.ShowCloseButton
ASPxGridViewPopupControlSettings
.HeaderFilter.ShowCloseButton
TreeListPopupControlSettings
.HeaderFilter.ShowCloseButton
ASPxVerticalGridPopupControlSettings
.HeaderFilter.ShowCloseButton
MVCxGridViewPopupControlSettings
.HeaderFilter.ShowCloseButton
MVCxTreeListPopupControlSettings
.HeaderFilter.ShowCloseButton
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.HeaderFilter.ShowCloseButton
BootstrapGridViewPopupControlSettings
.HeaderFilter.ShowCloseButton
See Also