Back to Devexpress

GridViewTemplates.GroupRow Property

aspnet-devexpress-dot-web-dot-gridviewtemplates-50579197.md

latest1.7 KB
Original Source

GridViewTemplates.GroupRow Property

Specifies a template to display group rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate GroupRow { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property GroupRow As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

An object that implements the ITemplate interface.

|

Remarks

When you specify the GroupRow property, the control creates a template within a container object of the GridViewGroupRowTemplateContainer type.

At the column level, use the GridViewDataColumn.GroupRowTemplate property to specify a template for group cells in this column.

Refer to the Create Templates topic for information on how to create templates for the Grid View control’s elements.

See Also

GridViewTemplates Class

GridViewTemplates Members

DevExpress.Web Namespace