Skip to main content
Tag

ColumnBase.FieldType Property

Gets the type of data displayed by the column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

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

#Property Value

Type Description
Type

The Type of data displayed by the column.

#Implements

DevExpress.Data.IDataColumnInfo.FieldType
See Also