Class
BordersMenu

Provides methods and properties for using BordersMenu.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class BordersMenu : ControlBase

Inheritance: objectControlBaseBordersMenu

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

BordersMenu()

Initializes a new instance of the BordersMenu class.

Declaration

cs-api-definition
public BordersMenu()

Fields

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

SelectedBorderColorProperty

The Dependency property SelectedBorderColorProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBorderColorProperty

Field Value

DependencyProperty

SelectedBorderStyleProperty

The Dependency property SelectedBorderStyleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBorderStyleProperty

Field Value

DependencyProperty

SelectedItemCommandParameterProperty

The Dependency property SelectedItemCommandParameterProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedItemCommandParameterProperty

Field Value

DependencyProperty

SelectedItemCommandProperty

The Dependency property SelectedItemCommandProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedItemCommandProperty

Field Value

DependencyProperty

SelectedItemImageProperty

The Dependency property SelectedItemImageProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedItemImageProperty

Field Value

DependencyProperty

UpdateSelectedBorderColorCommandProperty

The Dependency property UpdateSelectedBorderColorCommandProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty UpdateSelectedBorderColorCommandProperty

Field Value

DependencyProperty

Properties

ColorSelectorMainPaletteHeaderText

Gets the color selector main palette header text.

Declaration

cs-api-definition
public string ColorSelectorMainPaletteHeaderText { get; }

Property Value

string

The color selector main palette header text.

ColorSelectorStandardPaletteHeaderText

Gets the color selector standard palette header text.

Declaration

cs-api-definition
public string ColorSelectorStandardPaletteHeaderText { get; }

Property Value

string

The color selector standard palette header text.

RadSpreadsheet

Gets or sets the RadSpreadsheet of the BordersMenu.

Declaration

cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; set; }

Property Value

RadSpreadsheet

The RadSpreadsheet of the BordersMenu.

SelectedBorderColor

Gets or sets the color of the selected border.

Declaration

cs-api-definition
public ThemableColor SelectedBorderColor { get; set; }

Property Value

ThemableColor

The color of the selected border.

SelectedBorderStyle

Gets or sets the style of the selected border.

Declaration

cs-api-definition
public CellBorderStyle SelectedBorderStyle { get; set; }

Property Value

CellBorderStyle

The style of the selected border.

SelectedItemCommand

Gets or sets the selected item command.

Declaration

cs-api-definition
public ICommand SelectedItemCommand { get; set; }

Property Value

ICommand

The selected item command.

SelectedItemCommandParameter

Gets or sets the selected item command parameter.

Declaration

cs-api-definition
public object SelectedItemCommandParameter { get; set; }

Property Value

object

The selected item command parameter.

SelectedItemImage

Gets or sets the selected item image.

Declaration

cs-api-definition
public BitmapImage SelectedItemImage { get; set; }

Property Value

BitmapImage

The selected item image.

UpdateSelectedBorderColorCommand

Gets or sets the update selected border color command.

Declaration

cs-api-definition
public CommandDescriptor UpdateSelectedBorderColorCommand { get; set; }

Property Value

CommandDescriptor

The update selected border color command.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.