VerticalGridRow.HeaderTemplate Property
In This Article
Gets or sets a template used to display the content of the row’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that supports the ITemplate interface and contains a template used to display the header’s content. |
#Remarks
Note
Once a template defined using the Header
See Also