Back to Devexpress

Calculator.HasError Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-158dc774.md

latest1.2 KB
Original Source

Calculator.HasError Property

Gets whether the calculator displays an error. 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 HasError { get; protected set; }
vb
Public Property HasError As Boolean

Property Value

TypeDescription
Boolean

true if the calculator has an error; otherwise, false.

|

Remarks

See Also

CustomErrorText

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace