Skip to main content
.NET 6.0+

IModelListView.IsFooterVisible Property

Specifies whether the footer of a grid that displays the current List View is visible.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean false

true, if the footer is visible; otherwise, false.

See Also