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

ASPxGridListEditor.IsFooterVisible Property

Specifies whether the ASPxGridListEditor‘s footer is visible.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public bool IsFooterVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also