RealTimeSource.GetList() Method
Returns the list of data source records. Introduced to support IListSource in RealTimeSource.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
IList | A IList object which is the list of data source records. |
See Also