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

BarDockInfo.Reset(Boolean) Method

Resets all BarDockInfo settings to their default values.

Namespace: DevExpress.Xpf.Bars

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

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

Declaration

public void Reset(
    bool force
)

Parameters

Name Type Description
force Boolean

true, to force resetting all BarDockInfo settings; otherwise, false.

See Also