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