Back to Devexpress

Calculator.ShowFocusedState Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-e4d5e114.md

latest1.1 KB
Original Source

Calculator.ShowFocusedState Property

Gets or sets whether the calculator’s display is highlighted when the calculator is focused. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowFocusedState { get; set; }
vb
Public Property ShowFocusedState As Boolean

Property Value

TypeDescription
Boolean

true to highlight the display when the calculator is focused; otherwise, false.

|

See Also

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace