Skip to main content

GridViewSummaryItemState.Tag Property

Gets or sets data associated with the summary item.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Tag { get; set; }

Property Value

Type Description
String

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