BarEditItem.GetBarEditItem(DependencyObject) Method
In This Article
Gets the value of the BarEditItem.BarEditItem attached property for the specified object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static BarEditItem GetBarEditItem(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Bar |
#Returns
Type | Description |
---|---|
Bar |
The value of the Bar |
See Also