ListEditItemTextTemplateContainer(ListEditItem) Constructor
Initializes a new instance of the ListEditItemTextTemplateContainer class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | ListEditItem | A ListEditItem object that represents the data item which the current object belongs to. This value is assigned to the ListEditItemTextTemplateContainer.Item property. |
See Also