Back to Devexpress

CustomColumnDataEventArgs.ValueType Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumndataeventargs-c136185d.md

latest1.4 KB
Original Source

CustomColumnDataEventArgs.ValueType Property

Gets the type of data stored in the unbound column.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public sealed override Type ValueType { get; }
vb
Public NotOverridable Overrides ReadOnly Property ValueType As Type

Property Value

TypeDescription
Type

The type of data stored in the unbound column.

|

Remarks

The ValueType property returns the UnboundDataType property value.

See Also

CustomColumnDataEventArgs Class

CustomColumnDataEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace