Skip to main content
A newer version of this page is available. .
Tab

ASPxMenuBase.SyncSelectionWithCurrentPath Property

OBSOLETE

Use the SyncSelectionMode property instead.

Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
[Obsolete("Use the SyncSelectionMode property instead.", true)]
public bool SyncSelectionWithCurrentPath { get; set; }

Property Value

Type Default
Boolean **true**
See Also