Skip to main content

MVCxListBoxColumnCellTemplateContainer(ListEditItem) Constructor

Initializes a new instance of the MVCxListBoxColumnCellTemplateContainer class with the specified setting.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxListBoxColumnCellTemplateContainer(
    ListEditItem item
)

Parameters

Name Type Description
item ListEditItem

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

Remarks

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

See Also