Skip to main content
Tab

ASPxRibbon.FindFileTabTemplateControl(String) Method

Searches for the server control contained within the file tab template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindFileTabTemplateControl(
    string id
)

#Parameters

Name Type Description
id String

A String value that identifies the control being sought.

#Returns

Type Description
Control

A Control object that is the control contained in the file tab template.

See Also