Skip to main content
All docs
V24.2

ValidateParameterEventArgs.Error Property

Gets or sets the error description.

Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public string Error { get; set; }

#Property Value

Type Description
String

The error description.

See Also