Back to Devexpress

ASPxCardViewCommandButtonSettings.RecoverButton Property

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

latest2.3 KB
Original Source

ASPxCardViewCommandButtonSettings.RecoverButton Property

Gets the Recover command button‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandButtonSettings RecoverButton { get; }
vb
Public ReadOnly Property RecoverButton 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 RecoverButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .RecoverButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.SettingsCommandButton .RecoverButton

|

Remarks

The Recover button recovers the deleted cards. Use the RecoverButton property to specify the button’s image, caption and type. The button visibility is specified by the CardViewCommandLayoutItem.ShowRecoverButton property.

See Also

Card View

ShowRecoverButton

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace