Skip to main content
Tab

ASPxVerticalGridSettings.ShowSummaryPanel Property

Gets or sets whether the ASPxVerticalGridw’s summary panel is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowSummaryPanel { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the ASPxVerticalGrid’s summary panel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowSummaryPanel
ASP.NET MVC Extensions VerticalGridSettings
.Settings .ShowSummaryPanel
ASP.NET Web Forms Controls ASPxVerticalGrid
.Settings .ShowSummaryPanel
See Also