ValidationErrorEventArgs.ErrorContent Property
Gets or sets the validation error description.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public string ErrorContent { get; }
Property Value
Type | Description |
---|---|
String | The error description. |
See Also