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

IGrid.FooterDisplayMode Property

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

GridFooterDisplayMode FooterDisplayMode { get; set; }

Property Value

Type
GridFooterDisplayMode

Available values:

Name Description
Auto

The footer is visible if it displays total summary values or your custom footer template. Otherwise, the footer is hidden.

Never

The footer is always hidden even if it contains total summary values or if you specify a custom footer template.

Always

The footer is always visible regardless of its content.

See Also