Version

CellHotTrackingBehavior Enumeration

Exposes constants which define the hot tracking behavior for a PivotGridCell.
Syntax
'Declaration
 
Public Enum CellHotTrackingBehavior 
   Inherits System.Enum
public enum CellHotTrackingBehavior : System.Enum 
Members
MemberDescription
AllCellsAll cells associated with this row/column exhibit a hot tracking visual effect when the cursor is positioned over any cell associated with the item.
NoneCells do not exhibit any hot tracking visual effect.
OneCellOnly the cell over which the cursor is currently positioned exhibits a hot tracking visual effect.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also