Class PivotGroupPrintElement
Represents group print element
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGroupPrintElement : RadPrintElement
Constructors
PivotGroupPrintElement(PivotGroupNode, Boolean)
Initializes a new instance of the PivotGroupPrintElement class.
Declaration
public PivotGroupPrintElement(PivotGroupNode pivotGroup, bool showGridLines)
Parameters
PivotGroupNode
pivotGroup
The pivot group. |
System.Boolean
showGridLines
The show grid lines. |
Properties
PivotGroup
Gets the pivot group.
Declaration
public PivotGroupNode PivotGroup { get; }
Property Value
PivotGroupNode
The pivot group. |