Skip to main content
All docs
V25.1
  • BootstrapCardViewColumnDisplayTextEventArgs(BootstrapCardViewColumn, Int32, Object, GridColumnDisplayTextEventKind) Constructor

    Initializes a new instance of the BootstrapCardViewColumnDisplayTextEventArgs class with specified settings.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v25.1.dll

    NuGet Package: DevExpress.Web.Bootstrap

    Declaration

    public BootstrapCardViewColumnDisplayTextEventArgs(
        BootstrapCardViewColumn column,
        int visibleIndex,
        object _value,
        GridColumnDisplayTextEventKind kind
    )

    Parameters

    Name Type
    column BootstrapCardViewColumn
    visibleIndex Int32
    _value Object
    kind GridColumnDisplayTextEventKind
    See Also