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

ASPxSummaryItemBase.Tag Property

Gets or sets data associated with the summary item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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.

See Also