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

Class describing cells in RadPivotGrid used in export.

Definition

Namespace:Telerik.Windows.Controls.Pivot.Export

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public class PivotExportCellInfo

Inheritance: objectPivotExportCellInfo

Properties

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

C#
public Brush Background { get; }

Gets the Brush that draws the outer border color.

C#
public Brush BorderBrush { get; }

BorderThickness

Thickness?

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

C#
public Thickness? BorderThickness { get; }

Gets the row for this cell.

C#
public int Column { get; }

Gets the column span for this cell.

C#
public int ColumnSpan { get; }

FontWeight

FontWeight?

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

C#
public FontWeight? FontWeight { get; }

Gets the Brush to apply to the text contents.

C#
public Brush Foreground { get; }

Gets the cell indentation.

C#
public int Indent { get; }

Gets the row for this cell.

C#
public int Row { get; }

Gets the row span for this cell.

C#
public int RowSpan { get; }

TextAlignment

TextAlignment

Gets the cell content TextAlignment.

C#
public TextAlignment TextAlignment { get; }

Gets the value for this cell.

C#
public object Value { get; }

VerticalAlignment

VerticalAlignment

Gets the cell content VerticalAlignment.

C#
public VerticalAlignment VerticalAlignment { get; }