Back to Devexpress

ASPxTreeList.FindEditFormTemplateControl(String) Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-findeditformtemplatecontrol-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

ASPxTreeList.FindEditFormTemplateControl(String) Method

Searches for the specified server control contained within the Edit Form‘s template.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
idString

A String value that identifies the control within the Edit Form.

|

Returns

TypeDescription
Control

A Control object that represents the control contained within the Edit Form.

|

Remarks

For more information, see Templates.

See Also

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace