Back to Devexpress

ASPxTreeList.FindPreviewTemplateControl(String, String) Method

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

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindPreviewTemplateControl(
    string nodeKey,
    string id
)
vb
Public Function FindPreviewTemplateControl(
    nodeKey As String,
    id As String
) As Control

Parameters

NameTypeDescription
nodeKeyString

A String value that identifies the node.

| | id | String |

A String value that identifies the control.

|

Returns

TypeDescription
Control

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

|

Remarks

To learn more, see Templates.

See Also

Preview

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace