Skip to main content
All docs
V25.1
  • ReadOnlyDependencyPropertyBindingBehavior.DependencyProperty Property

    Gets or sets the bound property. This is a dependency property.

    Namespace: DevExpress.Mvvm.UI

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DependencyProperty DependencyProperty { get; set; }

    Property Value

    Type Description
    DependencyProperty

    The bound property.

    Remarks

    Use this property to attach to a dependency and attached read-only properties.

    See Also