Click or drag to resize

EditableListAllowPaging Property

Gets or sets a value that indicates whether paging is enabled.

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

Property Value

Type: Boolean
true if paging is enabled; otherwise, false. The default value is false.

Return Value

Type: Boolean
Remarks
Paging allows you to display the contents of the EditableList control in page segments. The number of items on a page is determined by the PageSize property. If no value is specified for the PageSize property, the EditableList control will display 10 items on a page.
See Also