Back to Devexpress

CalculatorCustomErrorTextEventArgs.ErrorText Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculatorcustomerrortexteventargs.md

latest1.4 KB
Original Source

CalculatorCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error description.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string ErrorText { get; set; }
vb
Public Property ErrorText As String

Property Value

TypeDescription
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

CalculatorCustomErrorTextEventArgs Class

CalculatorCustomErrorTextEventArgs Members

DevExpress.Xpf.Editors Namespace