Skip to main content

VirtualSourceBase.ElementType Property

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

public Type ElementType { get; set; }

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