Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.FindHeaderTemplateControl(VerticalGridRow, String) Method

Searches for the specified server control contained within the row header‘s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Control FindHeaderTemplateControl(
    VerticalGridRow row,
    string id
)

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