Skip to main content
A newer version of this page is available. .

CalculatorCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error description.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value that specifies the error text.

Remarks

If the Calculator.IsDigitalDisplay property is set to true, setting the ErrorText property has no effect. In this instance, the Calculator displays ‘Error’.

See Also