Skip to main content

VirtualSourceBase.FetchRowsException Property

Gets an exception that occurred while fetching rows.

Namespace: DevExpress.Data

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Exception FetchRowsException { get; protected set; }

#Property Value

Type Description
Exception

An exception occurred while fetching rows.

#Remarks

The Grid uses the FetchRowsException property to show an error. You can use this property for custom error indication.

See Also