Back to Devexpress

ASPxVerticalGridSettings.ShowSummaryPanel Property

aspnet-devexpress-dot-web-dot-aspxverticalgridsettings.md

latest1.7 KB
Original Source

ASPxVerticalGridSettings.ShowSummaryPanel Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowSummaryPanel { get; set; }
vb
<DefaultValue(False)>
Public Property ShowSummaryPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ShowSummaryPanel
ASP.NET MVC ExtensionsVerticalGridSettings

.Settings .ShowSummaryPanel

| | ASP.NET Web Forms Controls | ASPxVerticalGrid |

.Settings .ShowSummaryPanel

|

See Also

ASPxVerticalGridSettings Class

ASPxVerticalGridSettings Members

DevExpress.Web Namespace