ESRI.ArcGIS.ADF.Web.UI.WebControls
PageSize Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : PageSize Property




Maximum number of items to display per page in the control.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The maximum number of nodes to display at the root of the tree. If the numer of nodes exceeds the page size, links appear to page between groups of nodes. Zero means no PageSize.")>
<ResCategoryAttribute("TreeViewPlus")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property PageSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
C# 
[ResDescriptionAttribute("The maximum number of nodes to display at the root of the tree. If the numer of nodes exceeds the page size, links appear to page between groups of nodes. Zero means no PageSize.")]
[ResCategoryAttribute("TreeViewPlus")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public virtual int PageSize {get; set;}

Remarks

This value determines the number of items that are displayed at a time in the control. This is the number of node items at the root of the tree. When the total number of nodes in the control's Nodes exceeds this value, only this number is displayed, and a link is displayed on the control to page to the next set of items. The format of this link is set in PagingTextFormatString.

See Also

© 2010 All Rights Reserved.