ClassPivotGroupPrintElement
Class
Represents group print element
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotGroupPrintElement : RadPrintElement
Inheritance: objectRadPrintElementPivotGroupPrintElement
Inherited Members
Constructors
PivotGroupPrintElement(PivotGroupNode, bool)
Initializes a new instance of the PivotGroupPrintElement class.
Declaration
cs-api-definition
public PivotGroupPrintElement(PivotGroupNode pivotGroup, bool showGridLines)
Parameters
pivotGroup
The pivot group.
showGridLines
The show grid lines.
Properties
PivotGroup
Gets the pivot group.
Declaration
cs-api-definition
public PivotGroupNode PivotGroup { get; }
Property Value
The pivot group.