Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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.

Remarks

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

See Also