Skip to main content
All docs
V23.2

ReadOnlyDependencyPropertyBindingBehavior.Binding Property

Gets or sets a binding that should be applied to the specified property. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Binding { get; set; }

Property Value

Type Description
Object

A binding that should be applied to the specified property.

See Also