ClassPivotExportCellInfo
Class describing cells in RadPivotGrid used in export.
Definition
Namespace:Telerik.Windows.Controls.Pivot.Export
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
public class PivotExportCellInfo
Inheritance: objectPivotExportCellInfo
Properties
Background
Gets the Brush that fills the area between the bounds of a border area.
Declaration
public Brush Background { get; }
Property Value
Brush
BorderBrush
Gets the Brush that draws the outer border color.
Declaration
public Brush BorderBrush { get; }
Property Value
Brush
BorderThickness
Gets the relative Thickness of a border area if it was applied.
Declaration
public Thickness? BorderThickness { get; }
Property Value
Thickness?
Column
Gets the row for this cell.
ColumnSpan
Gets the column span for this cell.
FontWeight
Gets the FontWeight of the specified font if it was applied.
Declaration
public FontWeight? FontWeight { get; }
Property Value
FontWeight?
Foreground
Gets the Brush to apply to the text contents.
Declaration
public Brush Foreground { get; }
Property Value
Brush
Indent
Gets the cell indentation.
Row
Gets the row for this cell.
RowSpan
Gets the row span for this cell.
TextAlignment
Gets the cell content TextAlignment.
Declaration
public TextAlignment TextAlignment { get; }
Property Value
TextAlignment
Value
Gets the value for this cell.
VerticalAlignment
Gets the cell content VerticalAlignment.
Declaration
public VerticalAlignment VerticalAlignment { get; }
Property Value
VerticalAlignment