Skip to main content

BootstrapCardViewTabbedLayoutGroup(String) Constructor

Initializes a new instance of the BootstrapCardViewTabbedLayoutGroup class with the specified caption.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewTabbedLayoutGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value that specifies the tabbed group’s caption.

See Also