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

BootstrapTagCollection(String[]) Constructor

Initializes a new instance of the BootstrapTagCollection class.

Namespace: DevExpress.Web.Bootstrap

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

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