GridHeaderItem.Tag Property
Gets or sets the general purpose tag for this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Tag As Object
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
Property Value
Type: System.Object
The general purpose tag for this header.
Remarks
This property is used internally, and it is not serialized or persisted.