Back to Devexpress

ASPxCardViewCommandButtonSettings.UpdateButton Property

aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-24ab7d15.md

latest2.1 KB
Original Source

ASPxCardViewCommandButtonSettings.UpdateButton Property

Gets the Update command button‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

.SettingsCommandButton .UpdateButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.SettingsCommandButton .UpdateButton

|

Remarks

The Update button applies changes made to the current card and switches the ASPxCardView to browse mode. Use the UpdateButton property to specify the button’s image, caption and type.

See Also

Card View

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace