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

    Gets the value of the UnboundDataType property.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.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