ASPxCardViewCommandButtonSettings.CancelButton Property
In This Article
Gets the Cancel command button‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCommandButtonSettings CancelButton { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Cancel |
---|---|---|
ASP. |
Card |
|
ASP. |
ASPx |
|
#Remarks
The Cancel button discards any changes made to the current card and switches the ASPxCardView to browse mode. Use the CancelButton property to specify the button’s image, caption and type.
See Also