Skip to main content
All docs
V25.1
  • ParametersRequestValueChangedEventArgs.ErrorText Property

    Gets or sets the error message.

    Namespace: DevExpress.XtraReports.Parameters

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public string ErrorText { get; set; }

    Property Value

    Type Description
    String

    The error message.

    See Also