Represents group print element
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotGroupPrintElement : RadPrintElement
Inheritance: objectRadPrintElementPivotGroupPrintElement
Inherited Members
Constructors
Initializes a new instance of the PivotGroupPrintElement class.
C#
public PivotGroupPrintElement(PivotGroupNode pivotGroup, bool showGridLines)
The pivot group.
showGridLinesboolThe show grid lines.
Properties
Gets the pivot group.
C#
public PivotGroupNode PivotGroup { get; }
The pivot group.