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

ASPxGridView.FindTitleTemplateControl(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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