Skip to main content
All docs
V25.1
  • 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.v25.1.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