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.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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