Skip to main content

CalculatorCustomErrorTextEventArgs(String) Constructor

In This Article

Initializes a new instance of the CalculatorCustomErrorTextEventArgs class.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public CalculatorCustomErrorTextEventArgs(
    string errorText
)

#Parameters

Name Type Description
errorText String

A String value that specifies the error text. This value is assigned to the CalculatorCustomErrorTextEventArgs.ErrorText property.

See Also