ASPxGridViewCommandButtonSettings.CustomizationDialogCloseButton Property
In This Article
Gets the Close button’s settings in the Customization Dialog.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCustomizationDialogCommandButtonSettings CustomizationDialogCloseButton { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Customization |
---|---|---|
ASP. |
Grid |
|
MVCx |
|
|
ASP. |
ASPx |
|
Grid |
|
#Remarks
The Close button closes the grid’s Customization Dialog. Use the CustomizationDialogCloseButton property to specify the button’s image and text.
See Also