Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior.DependencyProperty Property

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

latest1.3 KB
Original Source

ReadOnlyDependencyPropertyBindingBehavior.DependencyProperty Property

Gets or sets the bound 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 DependencyProperty DependencyProperty { get; set; }
vb
Public Property DependencyProperty As DependencyProperty

Property Value

TypeDescription
DependencyProperty

The bound property.

|

Remarks

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

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace