Skip to main content
Tab

ASPxGridView.FindTitleTemplateControl(String) Method

Searches for the specified server control contained within the Title Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindTitleTemplateControl(
    string id
)

#Parameters

Name Type Description
id String

A String value that identifies the control within the ASPxGridView’s title.

#Returns

Type Description
Control

A Control object that represents the control within the ASPxGridView’s title. null (Nothing in Visual Basic) if the specified control doesn’t exist.

See Also