VirtualSourceBase.ElementType Property
In This Article
Gets or sets the type of objects retrieved from a data source.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Type | The type of objects retrieved from a data source. |
#Remarks
The ElementType property defines the type of elements returned by the FetchRows event.
Refer to the following help topic for more information: Fetch Data.
See Also