New to Telerik UI for WinFormsStart a free 30-day trial

Represents group print element

Definition

Constructors

Initializes a new instance of the PivotGroupPrintElement class.

C#
public PivotGroupPrintElement(PivotGroupNode pivotGroup, bool showGridLines)
Parameters:pivotGroupPivotGroupNode

The pivot group.

showGridLinesbool

The show grid lines.

Properties

Gets the pivot group.

C#
public PivotGroupNode PivotGroup { get; }
Property Value:

The pivot group.