EditRowViewModel.Errors Property
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public IDictionary<string, string> Errors { get; }
Property Value
Type |
---|
IDictionary<String, String> |
See Also