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.v14.2.dll

#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