Skip to main content
A newer version of this page is available. .

ASPxTreeList.FindPreviewTemplateControl(String, String) Method

Searches for the specified server control contained within the specified preview’s template.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public Control FindPreviewTemplateControl(
    string nodeKey,
    string id
)

Parameters

Name Type Description
nodeKey String

A String value that identifies the node.

id String

A String value that identifies the control.

Returns

Type Description
Control

A Control object that represents the control contained within the specified preview’s template.

Remarks

To learn more, see Templates.

See Also