Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewCommandButtonSettings.UpdateSummariesButton Property

Gets the Update summaries command button‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCommandButtonSettings UpdateSummariesButton { get; }

Property Value

Type Description
GridViewCommandButtonSettings

Specifies the button settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateSummariesButton
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsCommandButton .UpdateSummariesButton
GridViewProperties
.SettingsCommandButton .UpdateSummariesButton
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCommandButton .UpdateSummariesButton
ASP.NET MVC Extensions GridViewSettings
.SettingsCommandButton .UpdateSummariesButton
GridViewSettings<RowType>
.SettingsCommandButton .UpdateSummariesButton
MVCxGridView
.SettingsCommandButton .UpdateSummariesButton
MVCxGridViewProperties
.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