Skip to main content

BootstrapTagCollection(String[]) Constructor

Initializes a new instance of the BootstrapTagCollection class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTagCollection(
    string[] items
)

Parameters

Name Type Description
items String[]

An array that contains zero or more string values (tags) to populate the collection.

See Also