Skip to main content
Tab

ASPxCardView.FindEditFormTemplateControl(String) Method

Searches for the specified server control contained in the card edit form‘s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindEditFormTemplateControl(
    string id
)

#Parameters

Name Type Description
id String

A String value that identifies the control in the edit form.

#Returns

Type Description
Control

A Control object that is the control contained in the edit form.

#Remarks

To learn more, see Templates.

See Also