CellPreview
Represents the Cellpreview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CellPreview : UserControl, IComponentConnector
Inheritance: objectCellPreview
Implements:
Constructors
Initializes a new instance of the CellPreview class.
public CellPreview()
Fields
BottomBorderProperty
DependencyProperty
Bottom border dependency property.
public static readonly DependencyProperty BottomBorderProperty
ColorPaletteProperty
DependencyProperty
Color palette dependency property.
public static readonly DependencyProperty ColorPaletteProperty
DiagonalDownBorderProperty
DependencyProperty
Diagonal down border dependency property.
public static readonly DependencyProperty DiagonalDownBorderProperty
DiagonalUpBorderProperty
DependencyProperty
Diagonal up border dependency property.
public static readonly DependencyProperty DiagonalUpBorderProperty
LeftBorderProperty
DependencyProperty
Left border dependency property.
public static readonly DependencyProperty LeftBorderProperty
RightBorderProperty
DependencyProperty
Right border dependency property.
public static readonly DependencyProperty RightBorderProperty
TopBorderProperty
DependencyProperty
Top border dependency property.
public static readonly DependencyProperty TopBorderProperty
Properties
BottomBorder
CellBorder
Gets or sets the bottom border.
public CellBorder BottomBorder { get; set; }
The bottom border.
Gets or sets the color palette.
public SpreadsheetColorPalette ColorPalette { get; set; }
The color palette.
DiagonalDownBorder
CellBorder
Gets or sets the diagonal down border.
public CellBorder DiagonalDownBorder { get; set; }
The diagonal down border.
DiagonalUpBorder
CellBorder
Gets or sets the diagonal up border.
public CellBorder DiagonalUpBorder { get; set; }
The diagonal up border.
LeftBorder
CellBorder
Gets or sets the left border.
public CellBorder LeftBorder { get; set; }
The left border.
RightBorder
CellBorder
Gets or sets the right border.
public CellBorder RightBorder { get; set; }
The right border.
TopBorder
CellBorder
Gets or sets the top border.
public CellBorder TopBorder { get; set; }
The top border.
Methods
InitializeComponent
public void InitializeComponent()