Gets a reference to the C1GridViewPagerSettings object that enables you to set the properties of the pager buttons 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#
[C1CategoryAttribute("Category.Paging")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[JsonAttribute(true, true, null)]
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")]
[LayoutAttribute(LayoutType.Behavior)]
public virtual C1GridViewPagerSettings PagerSettings { get; }
Visual Basic
<C1CategoryAttribute("Category.Paging")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<JsonAttribute(True, True, Nothing)> _
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Overridable ReadOnly Property PagerSettings As C1GridViewPagerSettings
	Get

See Also