Skip to main content

FocusBehavior Class

Allows you to set the focus to a UI control without utilizing code-behind.

Namespace: DevExpress.WinUI.Mvvm.UI

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

Declaration

[TargetType(typeof(Control))]
public class FocusBehavior :
    EventTriggerBase<Control>

Remarks

See the following topic for more information: FocusBehavior.

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase
DevExpress.WinUI.Mvvm.UI.Interactivity.TriggerBase<Control>
See Also