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

ListEditItemTemplateContainer(ListEditItem) Constructor

Initializes a new instance of the ListEditItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ListEditItemTemplateContainer(
    ListEditItem item
)

Parameters

Name Type Description
item ListEditItem

A ListEditItem object specifying the list edit item to which the current object belongs.

Remarks

This constructor is used to create a new ListEditItemTemplateContainer class instance and initialize its ListEditItemTemplateContainer.Item property with the specified value.

See Also