Skip to main content

FieldInfo.Type Property

Gets or sets the type of the data source field.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Type Type { get; set; }

Property Value

Type Description
Type

A Type value that specifies the type of the data source field.

See Also