Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.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