Back to Devexpress

UnboundColumnDataEventArgs.ValueType Property

corelibraries-devexpress-dot-data-dot-unboundcolumndataeventargs-bf363ce0.md

latest1.4 KB
Original Source

UnboundColumnDataEventArgs.ValueType Property

Gets the type of the cell value.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public abstract Type ValueType { get; }
vb
Public MustOverride ReadOnly Property ValueType As Type

Property Value

TypeDescription
Type

The type of the cell value.

|

Remarks

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

See Also

UnboundColumnDataEventArgs.Value

UnboundColumnDataEventArgs Class

UnboundColumnDataEventArgs Members

DevExpress.Data Namespace