FocusBehavior.FocusState Property
In This Article
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 |
---|---|
Focus |
An associated object’s focus state. |
See Also