Skip to main content
All docs
V26.1
  • CustomDataEventArgs.ValueType Property

    Gets the value of the UnboundDataType property.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    Declaration

    public sealed override Type ValueType { get; }

    Property Value

    Type Description
    Type

    The type of data to store in the unbound row.

    See Also