Skip to main content
Tab

CardViewGroupRowTemplateContainer.GroupTexts Property

Returns a collection of texts displayed within the group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string[] GroupTexts { get; }

Property Value

Type Description
String[]

A collection of the string objects.

See Also