ASPxVerticalGridCommandButtonSettings.UpdateSummariesButton Property
In This Article
Gets the Update summaries command button‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridCommandButtonSettings UpdateSummariesButton { get; }
#Property Value
Type | Description |
---|---|
Vertical |
The command button settings. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Update |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#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