Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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