Skip to main content

BaseValidationError.ErrorContent Property

Gets the error description.

Namespace: DevExpress.UI.Xaml.Editors.Native

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object ErrorContent { get; }

#Property Value

Type Description
Object

An object that specifies the error content.

See Also