Back to Devexpress

ASPxSummaryItemBase.Tag Property

aspnet-devexpress-dot-web-dot-aspxsummaryitembase-41635ba0.md

latest1.6 KB
Original Source

ASPxSummaryItemBase.Tag Property

Gets or sets data associated with the summary item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Tag { get; set; }
vb
<DefaultValue("")>
Public Property Tag As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

Card View

Online Demo: Grid - Grid Totals

Grid View

Online Demo: Card View - Total Summary

Vertical Grid

Online Demo: Vertical Grid - Total Summary

ASPxSummaryItemBase Class

ASPxSummaryItemBase Members

DevExpress.Web Namespace