Skip to main content
A newer version of this page is available. .

TreeListSummaryItem.Tag Property

Gets or sets the data associated with the summary item.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

[DefaultValue("")]
public string Tag { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that contains information associated with the summary item.

Remarks

The Tag property can be used to store a value that you want to associate with a summary item.

See Also