Back to Devexpress

MergingProperties.SetName(DependencyObject, String) Method

wpf-devexpress-dot-xpf-dot-bars-dot-mergingproperties-dot-setname-x28-system-dot-windows-dot-dependencyobject-system-dot-string-x29.md

latest1.6 KB
Original Source

MergingProperties.SetName(DependencyObject, String) Method

Sets the value of the MergingProperties.Name attached property for a specific object.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetName(
    DependencyObject obj,
    string value
)
vb
Public Shared Sub SetName(
    obj As DependencyObject,
    value As String
)

Parameters

NameTypeDescription
objDependencyObject

The object whose MergingProperties.Name attached property is to be set.

| | value | String |

The value of the MergingProperties.Name attached property for the specified object.

|

See Also

MergingProperties Class

MergingProperties Members

DevExpress.Xpf.Bars Namespace