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

GridViewGroupRowTemplateContainer.GroupTexts Property

Returns a collection of texts displayed within the group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string[] GroupTexts { get; }

Property Value

Type Description
String[]

A collection of the string objects.

See Also