Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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