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

    Gets or sets the bound property’s name. This is a dependency property.

    Namespace: DevExpress.Mvvm.UI

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string Property { get; set; }

    Property Value

    Type Description
    String

    The bound property’s name.

    See Also