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

VerticalGridSummaryItemState.Tag Property

Gets or sets data associated with the summary item.

Namespace: DevExpress.Web.Mvc

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

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