Gets or sets the number of items to place on a single page.

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

Syntax

C#
[LayoutAttribute(LayoutType.Sizes)]
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
[C1CategoryAttribute("Category.Paging")]
public int PageSize { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Sizes)> _
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
<C1CategoryAttribute("Category.Paging")> _
Public Property PageSize As Integer
	Get
	Set

Field Value

The default value is 10.

Remarks

The AllowPaging property must be set to True for this property have any effect.

See Also