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

    Gets the type of the cell value.

    Namespace: DevExpress.Data

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public abstract Type ValueType { get; }

    Property Value

    Type Description
    Type

    The type of the cell value.

    Remarks

    Read the following help topic for additional information: Tutorial - Unbound Columns.

    See Also