Back to Devexpress

BarEditItem.GetBarEditItem(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-bars-dot-baredititem-dot-getbaredititem-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

BarEditItem.GetBarEditItem(DependencyObject) Method

Gets the value of the BarEditItem.BarEditItem attached property for the specified object.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static BarEditItem GetBarEditItem(
    DependencyObject d
)
vb
Public Shared Function GetBarEditItem(
    d As DependencyObject
) As BarEditItem

Parameters

NameTypeDescription
dDependencyObject

An object whose BarEditItem.BarEditItem attached property’s value is to be returned.

|

Returns

TypeDescription
BarEditItem

The value of the BarEditItem.BarEditItem attached property for the specified object.

|

See Also

BarEditItem

BarEditItem Class

BarEditItem Members

DevExpress.Xpf.Bars Namespace