ASPxVerticalGridCommandButtonSettings.DeleteButton Property
In This Article
Gets the Delete command button‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridCommandButtonSettings DeleteButton { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Delete |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#Remarks
The Delete button deletes the current record. Use the DeleteButton property to specify the button’s image, caption and type. The button visibility in a row is specified by the VerticalGridCommandRow.ShowDeleteButton property.
Note
Specify the ASPx
See Also