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

ASPxGridViewSettings.ShowFooter Property

Gets or sets whether the view’s footer is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display the view footer; otherwise, false

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowFooter
ASP.NET Controls and MVC Extensions ASPxGridView
.Settings.ShowFooter
GridViewProperties
.Settings.ShowFooter
GridViewSettings
.Settings.ShowFooter
GridViewSettings<RowType>
.Settings.ShowFooter
MVCxGridView
.Settings.ShowFooter
MVCxGridViewProperties
.Settings.ShowFooter
ASP.NET Bootstrap Controls BootstrapGridView
.Settings.ShowFooter
See Also