Back to Devexpress

ASPxCardViewCommandButtonSettings.UpdateSummariesButton Property

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

latest2.0 KB
Original Source

ASPxCardViewCommandButtonSettings.UpdateSummariesButton Property

Gets the Update summaries command button‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CardViewCommandButtonSettings

The command button settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UpdateSummariesButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .UpdateSummariesButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.SettingsCommandButton .UpdateSummariesButton

|

Remarks

The Update summaries button recalculates summaries when a user increases a cell value that was equal to the calculated minimum or decreases a value that was equal to the calculated maximum.

See Also

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace