Skip to main content

CalculatorCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error description.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.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