Skip to main content

FieldInfo.Type Property

Gets or sets the type of the data source field.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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