TreeListSettingsPager.Mode Property
Gets or sets whether page-mode navigation is enabled.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TreeListPagerMode.ShowAllNodes)]
public TreeListPagerMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Show |
A Tree |
Available values:
Name | Description |
---|---|
Show |
Disables page-mode navigation. |
Show |
The ASPx |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Mode |
---|---|
ASPx |
|
#Remarks
To enable page-mode navigation, set the Mode property to TreeListPagerMode.ShowPager. To display all nodes within a tree list, set this property to TreeListPagerMode.ShowAllNodes.