Skip to main content
A newer version of this page is available. .
All docs
V22.2

CustomColumnDataEventArgs.ValueType Property

Gets the type of data stored in the unbound column.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public sealed override Type ValueType { get; }

Property Value

Type Description
Type

The type of data stored in the unbound column.

Remarks

The ValueType property returns the UnboundDataType property value.

See Also