Skip to main content
Tab

ASPxTabControl.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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default
Boolean true
See Also