PivotRowExpandCellRenderer Class
Implements the renderer part for an expandable row header cell in a Syncfusion.Windows.Forms.Grid.GridDataBoundGrid. The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.
Object Model

Syntax
'Declaration Public Class PivotRowExpandCellRenderer Inherits Syncfusion.Windows.Forms.Grid.GridCellRendererBase Implements Syncfusion.Windows.Forms.Grid.IGridDropDownCell, Syncfusion.Windows.Forms.IPopupItem, Syncfusion.Windows.Forms.IPopupParent, Syncfusion.Windows.Forms.IQueryFocusInside
'Usage Dim instance As PivotRowExpandCellRenderer
Inheritance Hierarchy
System.Object
Syncfusion.ComponentModel.NonFinalizeDisposable
Syncfusion.Windows.Forms.Grid.GridCellRendererBase
Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer
AssemblyVersion
Syncfusion.PivotAnalysis.Windows: 17.3460.0.26
See Also