Skip to main content
.NET 6.0+

DataViewProperty.ValueType Property

Gets or sets the column’s type.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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