Skip to main content

FocusBehavior.PropertyName Property

Specifies the name of the property whose changes should lead to focusing the associated object. This is a dependency property.

Namespace: DevExpress.WinUI.Mvvm.UI

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

Declaration

public string PropertyName { get; set; }

Property Value

Type Description
String

The name of the property whose changes should lead to focusing the associated object.

See Also