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