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

ASPxGridViewCommandButtonSettings.CustomizationDialogApplyButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCustomizationDialogCommandButtonSettings CustomizationDialogApplyButton { 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 CustomizationDialogApplyButton
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsCommandButton .CustomizationDialogApplyButton
GridViewProperties
.SettingsCommandButton .CustomizationDialogApplyButton
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCommandButton .CustomizationDialogApplyButton
ASP.NET MVC Extensions GridViewSettings
.SettingsCommandButton .CustomizationDialogApplyButton
GridViewSettings<RowType>
.SettingsCommandButton .CustomizationDialogApplyButton
MVCxGridView
.SettingsCommandButton .CustomizationDialogApplyButton
MVCxGridViewProperties
.SettingsCommandButton .CustomizationDialogApplyButton

Remarks

The Apply button applies the changes made in the Customization Dialog to the ASPxGridView. Use the CustomizationDialogApplyButton property to specify the button’s image and text.

See Also