Determines whether the footer is displayed.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true, true, false)]
[LayoutAttribute(LayoutType.Appearance)]
public virtual bool ShowFooter { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True, True, False)> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Overridable Property ShowFooter As Boolean
	Get
	Set

Field Value

The default value is False.

Remarks

Set this property to True to display the footer.

See Also