Back to Devexpress

MergingProperties.GetElementMergingBehavior(DependencyObject) Method

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

latest1.8 KB
Original Source

MergingProperties.GetElementMergingBehavior(DependencyObject) Method

Gets 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 ElementMergingBehavior GetElementMergingBehavior(
    DependencyObject obj
)
vb
Public Shared Function GetElementMergingBehavior(
    obj As DependencyObject
) As ElementMergingBehavior

Parameters

NameTypeDescription
objDependencyObject

The object whose value of the MergingProperties.ElementMergingBehavior attached property is to be returned.

|

Returns

TypeDescription
ElementMergingBehavior

The value of the MergingProperties.ElementMergingBehavior attached property for a specific object.

|

See Also

MergingProperties Class

MergingProperties Members

DevExpress.Xpf.Bars Namespace