ListEditItemTextTemplateContainer.Item Property
In This Article
Gets an item for whose text the template’s content is being rendered.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListEditItem Item { get; }
#Property Value
Type | Description |
---|---|
List |
A List |
#Remarks
Use the Item property to obtain the item for whose text the template content is currently being rendered. You can use properties of the returned ListEditItem object to obtain certain values needed to bind the properties of the controls comprising your template.
See Also