Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotCellPrintElement : RadPrintElement
Inheritance: objectRadPrintElementPivotCellPrintElement
Inherited Members
Constructors
C#
public PivotCellPrintElement(PivotGroupNode row, PivotGroupNode column, object value, string formattedValue, bool showGridLines)
Properties
C#
public PivotGroupNode Column { get; }
C#
public string FormattedValue { get; }
C#
public PivotGroupNode Row { get; }