Skip to main content
Tab

CardViewLayoutGroup(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewLayoutGroup(
    string caption
)

Parameters

Name Type Description
caption String

A string value that specifies the default editor caption.

See Also