Skip to main content
A newer version of this page is available. .
Tab

GridEditFormPopupSettings.ShowCloseButton Property

Gets or sets a value that specifies whether or not to display the popup edit form‘s close button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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:

Show 11 property paths
Library Object Type Path to ShowCloseButton
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.ShowCloseButton
BootstrapGridViewPopupControlSettings
.EditForm.ShowCloseButton
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.EditForm.ShowCloseButton
ASPxGridViewPopupControlSettings
.EditForm.ShowCloseButton
ASPxTreeList
.SettingsPopupEditForm.ShowCloseButton
TreeListPopupControlSettings
.EditForm.ShowCloseButton
MVCxGridViewPopupControlSettings
.EditForm.ShowCloseButton
MVCxTreeList
.SettingsPopupEditForm.ShowCloseButton
MVCxTreeListPopupControlSettings
.EditForm.ShowCloseButton
TreeListSettings
.SettingsPopupEditForm.ShowCloseButton
TreeListSettings<RowType>
.SettingsPopupEditForm.ShowCloseButton
See Also