Skip to main content
All docs
V23.2

CustomDataEventArgs.ValueType Property

Gets the value of the UnboundDataType property.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public sealed override Type ValueType { get; }

Property Value

Type Description
Type

The type of data to store in the unbound row.

See Also