Back to Devexpress

FocusBehavior.PropertyName Property

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

latest1.1 KB
Original Source

FocusBehavior.PropertyName Property

Gets or sets the property name whose changes should lead to focusing the associated object. 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 PropertyName { get; set; }
vb
Public Property PropertyName As String

Property Value

TypeDescription
String

A System.string value specifying the property name whose changes should lead to focusing the associated object.

|

See Also

FocusBehavior Class

FocusBehavior Members

DevExpress.Mvvm.UI Namespace