| 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; }
<BindableAttribute(true)>
<DefaultValueAttribute(true)>
Public Overridable Property AllowPaging As Boolean
Get
Set
Property Value
Type:
Booleantrue if paging is enabled; otherwise, false. The default value is false.
Return Value
Type:
BooleanRemarks
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