Back to Devexpress

RealTimeSource.DataSource Property

corelibraries-devexpress-dot-data-dot-realtimesource.md

latest1.8 KB
Original Source

RealTimeSource.DataSource Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(null)]
public object DataSource { get; set; }
vb
<DefaultValue(Nothing)>
Public Property DataSource As Object

Property Value

TypeDefaultDescription
Objectnull

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

RealTimeSource Class

RealTimeSource Members

DevExpress.Data Namespace