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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DefaultValue(null)]
public object DataSource { get; set; }

Property Value

Type Default Description
Object null

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 via the ITypedList.GetItemProperties method. Otherwise, all properties are used.

See Also