Skip to main content

RealTimeSource.GetList() Method

In This Article

Returns the list of data source records. Introduced to support IListSource in RealTimeSource.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public IList GetList()

#Returns

Type Description
IList

A IList object which is the list of data source records.

See Also