Skip to main content
A newer version of this page is available. .
Bar

ItemProperty.Implicit(DependencyProperty to ItemProperty) Operator

Defines an implicit conversion of a DependencyProperty to a ItemProperty.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static implicit operator ItemProperty(DependencyProperty dependencyProperty)

Parameters

Name Type Description
dependencyProperty DependencyProperty

The DependencyProperty to convert.

Returns

Type Description
ItemProperty

The converted ItemProperty.

See Also