Version

IsDirty Property (PivotCellControlAttachedEventArgs)

Gets or sets a value indicating whether the PivotCellControl for the PivotCell should be disposed of when it scrolls out of view.
Syntax
'Declaration
 
Public Property IsDirty As Boolean
public bool IsDirty {get; set;}
Remarks
This flag must be set to true when changing a property on the PivotCellControl object. Otherwise it will be recycled and the properties that were applied to the control will be applied to another cell that you may not have wanted the changes to be applied to.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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