Skip to main content
Tab

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.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum SyncSelectionMode

#Members

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.

#Related API Members

#Remarks

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

See Also