Skip to main content
Tab

FileManagerThumbnailsViewItemTemplateContainer.Item Property

Gets an item for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItem Item { get; }

Property Value

Type Description
FileManagerItem

A FileManagerItem object that is the item being rendered.

Remarks

Use the Item property to obtain the item for which the template’s content is currently being rendered. You can use properties of the returned FileManagerItem object to obtain certain values needed to bind the properties of the controls comprising your template.

See Also