Skip to main content
A newer version of this page is available. .

DependencyPropertyBehavior.Binding Property

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

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnBindingPropertyChanged")]
public object Binding { get; set; }

Property Value

Type Description
Object

The binding that should be applied to the specified property.

See Also