Skip to main content
All docs
V24.2

ParametersRequestValueChangedEventArgs.ErrorText Property

Gets or sets the error message.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public string ErrorText { get; set; }

#Property Value

Type Description
String

The error message.

See Also