Skip to main content
Tab

ListEditItemTemplateContainer(ListEditItem) Constructor

Initializes a new instance of the ListEditItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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