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
See Also