Skip to main content

VirtualSourceBase.ElementType Property

Gets or sets the type of objects retrieved from a data source.

Namespace: DevExpress.Data

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Type ElementType { get; set; }

Property Value

Type Description
Type

The type of objects retrieved from a data source.

Remarks

The ElementType defines the type of elements returned by the FetchRows event.

See Also