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

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also