Skip to main content
Tab

ASPxCardViewCommandButtonSettings.CancelButton Property

Gets the Cancel command button‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewCommandButtonSettings CancelButton { get; }

Property Value

Type Description
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that specifies the button’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CancelButton
ASP.NET MVC Extensions CardViewSettings
.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