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

FileManagerThumbnailsViewItemTemplateContainer(FileManagerItem, Int32) Constructor

Initializes a new instance of the FileManagerThumbnailsViewItemTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerThumbnailsViewItemTemplateContainer(
    FileManagerItem item,
    int index
)

Parameters

Name Type Description
item FileManagerItem

A FileManagerItem object that is the item which the current object belongs to. This value is assigned to the FileManagerThumbnailsViewItemTemplateContainer.Item property.

index Int32

An integer value that specifies the rendered object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property.

See Also