VerticalGridSummaryItemState.Tag Property
Gets or sets data associated with the summary item.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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