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

DataSource.Data Property

Gets or sets the data object for the data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Browsable(false)]
public override object Data { get; set; }

Property Value

Type Description
Object

An object that contains data for the data source.

Remarks

An object assigned to the Data property should implement the IEnumerable or IListSource interface.

Note

If data for the data source is provided via the Data property, you cannot use the DataProcessingMode.Server data-processing mode.

Implements

See Also