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

DataItem.DataSourceFieldType Property

Gets the type of the data source field that provides data for the current data item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[Browsable(false)]
public Type DataSourceFieldType { get; }

Property Value

Type Description
Type

A Type value that specifies the type of the data source field that provides data for the current data item.

See Also