Skip to main content
Tab

VerticalGridHeaderTemplateContainer.Row Property

Gets the row that contains the template container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridRow Row { get; }

Property Value

Type Description
VerticalGridRow

A VerticalGridRow object that uniquely identifies the row that contains the template container.

See Also