Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior.Binding Property

wpf-devexpress-dot-mvvm-dot-ui-dot-readonlydependencypropertybindingbehavior.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object Binding { get; set; }
vb
Public Property Binding As Object

Property Value

TypeDescription
Object

A binding that should be applied to the specified property.

|

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace