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

CardViewTabbedLayoutGroup(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewTabbedLayoutGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value that specifies the caption.

See Also