Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior.Property Property

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

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Property { get; set; }
vb
Public Property [Property] As String

Property Value

TypeDescription
String

The bound property’s name.

|

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace