Gets a reference to the TableItemStyle object that enables you to set the appearance of 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#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Style")]
[LayoutAttribute(LayoutType.Styles)]
public TableItemStyle PagerStyle { get; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Style")> _
<LayoutAttribute(LayoutType.Styles)> _
Public ReadOnly Property PagerStyle As TableItemStyle
	Get

Field Value

The PagerStyle represents the style properties for the paging section of the C1GridView.

Remarks

This property is used to provide a custom style for the paging section of the C1GridView control.

See Also