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

ASPxGridViewCommandButtonSettings.CustomizationDialogCloseButton Property

Gets the Close button’s settings in the Customization Dialog.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewCustomizationDialogCommandButtonSettings CustomizationDialogCloseButton { get; }

Property Value

Type Description
GridViewCustomizationDialogCommandButtonSettings

A GridViewCustomizationDialogCommandButtonSettings object that specifies the button’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CustomizationDialogCloseButton
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsCommandButton.CustomizationDialogCloseButton
GridViewProperties
.SettingsCommandButton.CustomizationDialogCloseButton
GridViewSettings
.SettingsCommandButton.CustomizationDialogCloseButton
GridViewSettings<RowType>
.SettingsCommandButton.CustomizationDialogCloseButton
MVCxGridView
.SettingsCommandButton.CustomizationDialogCloseButton
MVCxGridViewProperties
.SettingsCommandButton.CustomizationDialogCloseButton
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCommandButton.CustomizationDialogCloseButton

Remarks

The Close button closes the grid’s Customization Dialog. Use the CustomizationDialogCloseButton property to specify the button’s image and text.

See Also