Share via


GridCell.DisplayElements Property (Microsoft.PerformancePoint.Scorecards)

The display elements of the cell.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlArrayAttribute> _
Public ReadOnly Property DisplayElements As List(Of GridDisplayElement)
'Usage
Dim instance As GridCell
Dim value As List(Of GridDisplayElement)

value = instance.DisplayElements
[XmlArrayAttribute] 
public List<GridDisplayElement> DisplayElements { get; }

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace