Gets or sets the mode in which to display the pager controls in a control that supports pagination.

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

Syntax

C#
[DefaultValueAttribute(PagerButtons.Numeric)]
[JsonAttribute(true, true, PagerButtons.Numeric)]
[NotifyParentPropertyAttribute(true)]
public PagerButtons Mode { get; set; }
Visual Basic
<DefaultValueAttribute(PagerButtons.Numeric)> _
<JsonAttribute(True, True, PagerButtons.Numeric)> _
<NotifyParentPropertyAttribute(True)> _
Public Property Mode As PagerButtons
	Get
	Set

See Also