ListEditItemTextTemplateContainer(ListEditItem) Constructor
Initializes a new instance of the ListEditItemTextTemplateContainer class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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