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

Represents the Cellpreview control.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class CellPreview : UserControl, IComponentConnector

Inheritance: objectCellPreview

Implements: IComponentConnector

Constructors

Initializes a new instance of the CellPreview class.

C#
public CellPreview()

Fields

BottomBorderProperty

DependencyProperty

Bottom border dependency property.

C#
public static readonly DependencyProperty BottomBorderProperty

ColorPaletteProperty

DependencyProperty

Color palette dependency property.

C#
public static readonly DependencyProperty ColorPaletteProperty

DiagonalDownBorderProperty

DependencyProperty

Diagonal down border dependency property.

C#
public static readonly DependencyProperty DiagonalDownBorderProperty

DiagonalUpBorderProperty

DependencyProperty

Diagonal up border dependency property.

C#
public static readonly DependencyProperty DiagonalUpBorderProperty

LeftBorderProperty

DependencyProperty

Left border dependency property.

C#
public static readonly DependencyProperty LeftBorderProperty

RightBorderProperty

DependencyProperty

Right border dependency property.

C#
public static readonly DependencyProperty RightBorderProperty

TopBorderProperty

DependencyProperty

Top border dependency property.

C#
public static readonly DependencyProperty TopBorderProperty

Properties

BottomBorder

CellBorder

Gets or sets the bottom border.

C#
public CellBorder BottomBorder { get; set; }
Property Value:

The bottom border.

Gets or sets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value:

The color palette.

Gets or sets the diagonal down border.

C#
public CellBorder DiagonalDownBorder { get; set; }
Property Value:

The diagonal down border.

Gets or sets the diagonal up border.

C#
public CellBorder DiagonalUpBorder { get; set; }
Property Value:

The diagonal up border.

LeftBorder

CellBorder

Gets or sets the left border.

C#
public CellBorder LeftBorder { get; set; }
Property Value:

The left border.

RightBorder

CellBorder

Gets or sets the right border.

C#
public CellBorder RightBorder { get; set; }
Property Value:

The right border.

TopBorder

CellBorder

Gets or sets the top border.

C#
public CellBorder TopBorder { get; set; }
Property Value:

The top border.

Methods

InitializeComponent

C#
public void InitializeComponent()