Skip to main content
A newer version of this page is available. .

DataViewProperty.ValueType Property

Gets or sets the column’s type.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[TypeConverter(typeof(SimpleToStringTypeConverter))]
public Type ValueType { get; set; }

Property Value

Type Description
Type

A Type value which specifies the type of values displayed within the column.

See Also