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

BootstrapGridViewCommandButtonsSettings.CustomizationDialogCloseButton Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCustomizationDialogCommandButtonSettings CustomizationDialogCloseButton { get; }

Property Value

Type Description
BootstrapGridViewCustomizationDialogCommandButtonSettings

A BootstrapGridViewCustomizationDialogCommandButtonSettings object that specifies the button’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomizationDialogCloseButton
BootstrapGridView
.SettingsCommandButton.CustomizationDialogCloseButton

Remarks

The Close button applies the changes made in the Customization Dialog to the BootstrapGridView. Use the CustomizationDialogCloseButton property to specify the button’s image and text.

BootstrapGridView-CustomizationDialog-Buttons

Note

View the Demo To see this feature in action, please refer to the following online demo: Customization Dialog.

See Also