Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

GridViewGroupFooterCellTemplateContainer.GroupTexts Property

Gets a collection of texts displayed within the group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string[] GroupTexts { get; }

Property Value

Type Description
String[]

A String[] object that is a collection of texts.

See Also