Skip to main content
Tab

ASPxImageSliderBase.FindItemThumbnailTemplateControl(Int32, String) Method

Searches for the server control contained in the thumbnail template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindItemThumbnailTemplateControl(
    int index,
    string id
)

#Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the item.

id String

A String value that identifies the control being sought.

#Returns

Type Description
Control

A Control object that is the control contained in the template.

See Also