Skip to main content

TreeListColumn.ColumnType Property

Gets the column’s data type.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v22.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

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

Property Value

Type Description
Type

A Type value that indicates the column’s data type.

See Also