Skip to main content
Tab

ListEditItemTextTemplateContainer(ListEditItem) Constructor

Initializes a new instance of the ListEditItemTextTemplateContainer class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListEditItemTextTemplateContainer(
    ListEditItem item
)

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