Skip to main content
Tab

ASPxGridView.FindEditFormLayoutItemTemplateControl(String) Method

Searches for the server control contained within the specified edit form layout item template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

#Declaration

public Control FindEditFormLayoutItemTemplateControl(
    string id
)

#Parameters

Name Type Description
id String

A String value that identifies the control in the specified edit form layout item.

#Returns

Type Description
Control

A Control object that is the control contained in the specified edit form layout item template.

See Also