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

BootstrapGridViewCommandButtonsSettings.CustomizationDialogApplyButton Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCustomizationDialogCommandButtonSettings CustomizationDialogApplyButton { 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 CustomizationDialogApplyButton
BootstrapGridView
.SettingsCommandButton.CustomizationDialogApplyButton

Remarks

The Apply button applies the changes made in the Customization Dialog to the BootstrapGridView. Use the CustomizationDialogApplyButton 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