Class
PivotExportCellInfo

Class describing cells in RadPivotGrid used in export.

Definition

Namespace:Telerik.Windows.Controls.Pivot.Export

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class PivotExportCellInfo

Inheritance: objectPivotExportCellInfo

Properties

Background

Gets the Brush that fills the area between the bounds of a border area.

Declaration

cs-api-definition
public Brush Background { get; }

Property Value

Brush

BorderBrush

Gets the Brush that draws the outer border color.

Declaration

cs-api-definition
public Brush BorderBrush { get; }

Property Value

Brush

BorderThickness

Gets the relative Thickness of a border area if it was applied.

Declaration

cs-api-definition
public Thickness? BorderThickness { get; }

Property Value

Thickness?

Column

Gets the row for this cell.

Declaration

cs-api-definition
public int Column { get; }

Property Value

int

ColumnSpan

Gets the column span for this cell.

Declaration

cs-api-definition
public int ColumnSpan { get; }

Property Value

int

FontWeight

Gets the FontWeight of the specified font if it was applied.

Declaration

cs-api-definition
public FontWeight? FontWeight { get; }

Property Value

FontWeight?

Foreground

Gets the Brush to apply to the text contents.

Declaration

cs-api-definition
public Brush Foreground { get; }

Property Value

Brush

Indent

Gets the cell indentation.

Declaration

cs-api-definition
public int Indent { get; }

Property Value

int

Row

Gets the row for this cell.

Declaration

cs-api-definition
public int Row { get; }

Property Value

int

RowSpan

Gets the row span for this cell.

Declaration

cs-api-definition
public int RowSpan { get; }

Property Value

int

TextAlignment

Gets the cell content TextAlignment.

Declaration

cs-api-definition
public TextAlignment TextAlignment { get; }

Property Value

TextAlignment

Value

Gets the value for this cell.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

VerticalAlignment

Gets the cell content VerticalAlignment.

Declaration

cs-api-definition
public VerticalAlignment VerticalAlignment { get; }

Property Value

VerticalAlignment