New to Telerik UI for .NET MAUIStart a free 30-day trial

Contains additional information about a validation error of the RadDataForm.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataFormValidationError : BindableObject

Inheritance: objectDataFormValidationError

Derived Classes: DataFormEditorValidationErrorDataFormObjectValidationError

Constructors

C#
public DataFormValidationError()

Fields

ErrorMessageProperty

BindableProperty

Identifies the ErrorMessage property.

C#
public static readonly BindableProperty ErrorMessageProperty

Properties

Gets or sets an error message describing the validation error.

C#
public string ErrorMessage { get; set; }

Methods

C#
public override string ToString()
Returns:

string