Skip to main content

RealTimeSource.DataSource Property

Specifies the data source from which the RealTimeSource component retrieves its data.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An IList or IListSource object that represents the data source from which the RealTimeSource component retrieves its data.

Remarks

If the object assigned to the DataSource property supports the ITypedList interface, then the properties of each item used to bind data are retrieved using the GetItemProperties method. Otherwise, all properties are used.

See Also