Skip to main content
All docs
V24.2

UnboundColumnDataEventArgs.ValueType Property

Gets the type of the cell value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public abstract Type ValueType { get; }

#Property Value

Type Description
Type

The type of the cell value.

#Remarks

Read the following help topic for additional information: Tutorial - Unbound Columns.

See Also