Skip to main content

ErrorInfo.ErrorType Property

Gets or sets the type of error associated with the current property name.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public ErrorType ErrorType { get; set; }

#Property Value

Type Description
ErrorType

An ErrorType value that represents the error type.

See Also