Skip to main content

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.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also