Back to Devexpress

ASPxGridViewSettings.ShowFooter Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-ed86f644.md

latest1.5 KB
Original Source

ASPxGridViewSettings.ShowFooter Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to display the view footer; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFooter
ASPxGridView

.Settings .ShowFooter

| | GridViewProperties |

.Settings .ShowFooter

|

See Also

Grid View

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace