CustomColumnDataEventArgs.ValueType Property
In This Article
Gets the type of data stored in the unbound column.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#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