CalculatorCustomErrorTextEventArgs.ErrorText Property
Gets or sets the error description.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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