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