Skip to main content

FocusBehavior.FocusState Property

Gets or sets whether a control has focus. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(FocusState.Keyboard)]
public FocusState FocusState { get; set; }

#Property Value

Type Description
FocusState

An associated object’s focus state.

See Also