RealTimeSource.DataSource Property
In This Article
Specifies the data source from which the RealTimeSource component retrieves its data.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An IList or IList |
#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