Click or drag to resize

EditableListPagerPageSize Property

Gets or sets the number of items to display on a single page of the EditableList control.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(10)]
public virtual int PageSize { get; set; }

Property Value

Type: Int32
The number of items to display on a single page of the EditableList control. The default value is 10.

Return Value

Type: Int32
Remarks
The number of items to display on a single page of the EditableList control.
See Also