Back to Devexpress

DependencyPropertyBehavior.PropertyName Property

wpf-devexpress-dot-mvvm-dot-ui-dot-dependencypropertybehavior-f489d740.md

latest1.1 KB
Original Source

DependencyPropertyBehavior.PropertyName Property

Gets or sets a control’s property name (the binding’s target).

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
String

The name of the control’s property that should be bound.

|

See Also

DependencyPropertyBehavior Class

DependencyPropertyBehavior Members

DevExpress.Mvvm.UI Namespace