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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public LayoutUpgradingEventArgs(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager that raises the BarManager.LayoutUpgrading event.

See Also