Skip to main content
A newer version of this page is available. .

ValidateParameterEventArgs.Error Property

Gets the text of the error message.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public string Error { get; set; }

Property Value

Type Description
String

A String value, specifying the error message.

See Also