ASPxTabControl.SyncSelectionWithCurrentPath Property
In This Article
OBSOLETE
Use the Sync
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.v24.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