Skip to main content
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.v23.2.dll

NuGet Package: 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