Maximum number of items to display per page in the control.
Syntax
Visual Basic (Declaration) | |
---|
<NotifyParentPropertyAttribute(True)>
<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")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
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# | |
---|
[NotifyParentPropertyAttribute(true)]
[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")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
public virtual int PageSize {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also