Skip to main content

BootstrapGridViewCommandButtonsSettings.CustomizationDialogCloseButton Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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