EditRowViewModel.GetError(String) Method
In This Article
Returns errors for the item’s specified field.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public string GetError(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The item’s field name. |
#Returns
Type | Description |
---|---|
String | The errors within the specified item’s field. |
See Also