Gets or sets the text of the footer.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string FooterText { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property FooterText As String
	Get
	Set

See Also