Skip to main content
A newer version of this page is available. .
Tab

CardViewToolbarCollection(ASPxCardView) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewToolbarCollection(
    ASPxCardView grid
)

Parameters

Name Type Description
grid ASPxCardView

An ASPxCardView object that is the Card View.

See Also