Back to Devexpress

CustomDataEventArgs.ValueType Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdataeventargs-fca7e674.md

latest1.4 KB
Original Source

CustomDataEventArgs.ValueType Property

Gets the value of the UnboundDataType property.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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 to store in the unbound row.

|

See Also

CustomDataEventArgs Class

CustomDataEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace