ASPxVerticalGrid.FindHeaderTemplateControl(VerticalGridRow, String) Method
Searches for the specified server control contained within the row header‘s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridRow | A VerticalGridRow descendant that represents the row within the ASPxVerticalGrid. |
id | String | A String value that identifies the control within the specified row’s header. |
Returns
Type | Description |
---|---|
Control | A Control object that represents the control contained within the specified row header’s template. |
See Also