TreeViewSettings.SyncSelectionMode Property
Gets or sets whether the node whose navigation location points to the currently browsed web page, is automatically selected.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SyncSelectionMode SyncSelectionMode { get; set; }
#Property Value
Type | Description |
---|---|
Sync |
A Sync |
Available values:
Name | Description |
---|---|
None | Automatic selection synchronization is disabled. |
Current |
A web control’s item, whose Navigate |
Current |
A web control’s item, whose Navigate |
#Remarks
TreeView supports automatic synchronization of node selection with the path of the currently browsed page. You can choose the synchronization mode by specifying the SyncSelectionMode property value.
The table below lists the available property value with its description:
Value | Description |
---|---|
Current |
The node, whose Tree |
Current |
The node is automatically selected if its Tree |
None | Automatic selection synchronization is disabled. |
Note
The Sync