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

LayoutUpgradingEventArgs(BarManager) Constructor

Initializes a new instance of the LayoutUpgradingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public LayoutUpgradingEventArgs(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager that raises the BarManager.LayoutUpgrading event.

See Also