Back to Devexpress

ASPxCardViewCommandButtonSettings.CancelButton Property

aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-d8547a44.md

latest2.1 KB
Original Source

ASPxCardViewCommandButtonSettings.CancelButton Property

Gets the Cancel command button‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandButtonSettings CancelButton { get; }
vb
Public ReadOnly Property CancelButton As CardViewCommandButtonSettings

Property Value

TypeDescription
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that specifies the button’s settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to CancelButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .CancelButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.SettingsCommandButton .CancelButton

|

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

Card View

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace