ItemProperty.Implicit(DependencyProperty to ItemProperty) Operator
Defines an implicit conversion of a DependencyProperty to a ItemProperty.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dependencyProperty | DependencyProperty | The DependencyProperty to convert. |
Returns
| Type | Description |
|---|---|
| ItemProperty | The converted ItemProperty. |
See Also