Skip to main content

DiagramDesignerControl.SetBarItemName(DependencyObject, String) Method

Sets the value of the DiagramDesignerControl.BarItemName attached property for a given object.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public static void SetBarItemName(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

An object for which the DiagramDesignerControl.BarItemName attached property is set.

value String

A string value that specifies the value to be assigned to the DiagramDesignerControl.BarItemName property.

See Also