MVCxListBoxColumnCellTemplateContainer(ListEditItem) Constructor
Initializes a new instance of the MVCxListBoxColumnCellTemplateContainer class with the specified setting.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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