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

Definition

Constructors

C#
public PivotCellPrintElement(PivotGroupNode row, PivotGroupNode column, object value, string formattedValue, bool showGridLines)
Parameters:rowPivotGroupNodecolumnPivotGroupNodevalueobjectformattedValuestringshowGridLinesbool

Properties

C#
public PivotGroupNode Column { get; }
C#
public string FormattedValue { get; }
C#
public PivotGroupNode Row { get; }
C#
public object Value { get; }