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

CardViewGroupSelectorItem(String, CardViewColumn[]) Constructor

Initializes a new instance of the CardViewGroupSelectorItem class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewGroupSelectorItem(
    string text,
    params CardViewColumn[] columns
)

Parameters

Name Type Description
text String

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

columns CardViewColumn[]

An array of CardViewColumn objects that are the group selector’s items.

See Also