Back to Devexpress

MergingProperties.SetElementMergingBehavior(DependencyObject, ElementMergingBehavior) Method

wpf-devexpress-dot-xpf-dot-bars-dot-mergingproperties-dot-setelementmergingbehavior-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-xpf-dot-bars-dot-elementmergingbehavior-x29.md

latest1.9 KB
Original Source

MergingProperties.SetElementMergingBehavior(DependencyObject, ElementMergingBehavior) Method

Sets the value of the MergingProperties.ElementMergingBehavior 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 SetElementMergingBehavior(
    DependencyObject obj,
    ElementMergingBehavior value
)
vb
Public Shared Sub SetElementMergingBehavior(
    obj As DependencyObject,
    value As ElementMergingBehavior
)

Parameters

NameTypeDescription
objDependencyObject

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

| | value | ElementMergingBehavior |

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

|

See Also

MergingProperties Class

MergingProperties Members

DevExpress.Xpf.Bars Namespace