Skip to main content

Calculator.HasError Property

Gets whether the calculator displays an error. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool HasError { get; protected set; }

Property Value

Type Description
Boolean

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

Remarks

Calculator_Error Calculator_ErrorDigital

See Also