Gets or sets the custom content for the pager row in a C1GridView control.

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

Syntax

C#
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(C1GridViewRow))]
public virtual ITemplate PagerTemplate { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(C1GridViewRow))> _
Public Overridable Property PagerTemplate As ITemplate
	Get
	Set

See Also