Skip to main content
Tab

CardViewGroupRowTemplateContainer(ASPxCardView, CardViewColumn[], Object, Int32) Constructor

Initializes a new instance of the CardViewGroupRowTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewGroupRowTemplateContainer(
    ASPxCardView grid,
    CardViewColumn[] columns,
    object row,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxCardView

An ASPxCardView object representing the card view.

columns CardViewColumn[]

An array of CardViewColumn objects representing the card view’s columns.

row Object

An object that is the group row.

visibleIndex Int32

An integer value that represents the visible index.

See Also