Skip to main content

BootstrapGridViewToolbarCollection(ASPxGridView) Constructor

Initializes a new instance of the BootstrapGridViewToolbarCollection class with the specified owner.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarCollection(
    ASPxGridView grid
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the created object.

See Also