Skip to main content
A newer version of this page is available. .

VirtualSourceBase.ElementType Property

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

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v19.1.dll

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 FetchRows/FetchPage events. Refer to the Fetch Data and Enable Scrolling topic to learn more.

See Also