Skip to main content
Tab

CardViewGroupSelectorItem(String) Constructor

Initializes a new instance of the CardViewGroupSelectorItem class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewGroupSelectorItem(
    string text
)

Parameters

Name Type Description
text String

A string value that specifies the group selector item’s text.

See Also