Back to Devexpress

SyncSelectionMode Enum

aspnet-devexpress-dot-web-ae78ae61.md

latest2.5 KB
Original Source

SyncSelectionMode Enum

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

Declaration

csharp
public enum SyncSelectionMode
vb
Public Enum SyncSelectionMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxMenuBase.SyncSelectionMode
ASPxNavBar.SyncSelectionMode
ASPxTabControl.SyncSelectionMode
ASPxTreeView.SyncSelectionMode
ASP.NET MVC ExtensionsMenuSettingsBase.SyncSelectionMode
NavBarSettings.SyncSelectionMode
TabControlSettings.SyncSelectionMode
TreeViewSettings.SyncSelectionMode

Remarks

Values listed by this enumerator are use to set the ASPxMenuBase.SyncSelectionMode, ASPxNavBar.SyncSelectionMode and ASPxTabControl.SyncSelectionMode properties.

See Also

DevExpress.Web Namespace