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

RealTimeSource.DataSource Property

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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