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

ASPxVerticalGridCommandButtonSettings.UpdateSummariesButton Property

Gets the Update summaries command button‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridCommandButtonSettings UpdateSummariesButton { get; }

Property Value

Type Description
VerticalGridCommandButtonSettings

The command button settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to UpdateSummariesButton
ASPxVerticalGrid
.SettingsCommandButton.UpdateSummariesButton
MVCxVerticalGrid
.SettingsCommandButton.UpdateSummariesButton
VerticalGridSettings
.SettingsCommandButton.UpdateSummariesButton
VerticalGridSettings<ColumnType>
.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