aspnet-devexpress-dot-web-ae78ae61.md
Contains values that specify how automatic synchronization of item selection with the path of the currently browsed page should be performed.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum SyncSelectionMode
Public Enum SyncSelectionMode
| Name | Description |
|---|---|
None |
Automatic selection synchronization is disabled.
|
| CurrentPathAndQuery |
A web control’s item, whose NavigateUrl property’s value matches the URL and query string of the currently browsed page, is displayed selected.
|
| CurrentPath |
A web control’s item, whose NavigateUrl property’s value points to the URL of the currently browsed page, is displayed selected. The query string appended to the URL is ignored.
|
The following properties accept/return SyncSelectionMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxMenuBase.SyncSelectionMode |
| ASPxNavBar.SyncSelectionMode | |
| ASPxTabControl.SyncSelectionMode | |
| ASPxTreeView.SyncSelectionMode | |
| ASP.NET MVC Extensions | MenuSettingsBase.SyncSelectionMode |
| NavBarSettings.SyncSelectionMode | |
| TabControlSettings.SyncSelectionMode | |
| TreeViewSettings.SyncSelectionMode |
Values listed by this enumerator are use to set the ASPxMenuBase.SyncSelectionMode, ASPxNavBar.SyncSelectionMode and ASPxTabControl.SyncSelectionMode properties.
See Also