Back to Devexpress

BarManager.SetBarManagerInfo(DependencyObject, BarManagerInfo) Method

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-dot-setbarmanagerinfo-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-xpf-dot-bars-dot-barmanagerinfo-x29.md

latest1.8 KB
Original Source

BarManager.SetBarManagerInfo(DependencyObject, BarManagerInfo) Method

OBSOLETE

Use the BarManager property instead

Sets the value of the BarManager.BarManagerInfo property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Obsolete("Use the BarManager property instead")]
[Browsable(false)]
public static void SetBarManagerInfo(
    DependencyObject dobj,
    BarManagerInfo value
)
vb
<Obsolete("Use the BarManager property instead")>
<Browsable(False)>
Public Shared Sub SetBarManagerInfo(
    dobj As DependencyObject,
    value As BarManagerInfo
)

Parameters

NameTypeDescription
dobjDependencyObject

A DependencyObject.

| | value | DevExpress.Xpf.Bars.BarManagerInfo |

The value of the BarManager.BarManagerInfo property.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace