Back to Devexpress

ASPxGridView.FindTitleTemplateControl(String) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-findtitletemplatecontrol-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

ASPxGridView.FindTitleTemplateControl(String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindTitleTemplateControl(
    string id
)
vb
Public Function FindTitleTemplateControl(
    id As String
) As Control

Parameters

NameTypeDescription
idString

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

|

Returns

TypeDescription
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

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace