Skip to main content
Tab

CardViewTabbedLayoutGroup(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewTabbedLayoutGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value that specifies the caption.

See Also