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

Provides methods and properties for using BordersMenu.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class BordersMenu : ControlBase

Inheritance: objectControlBaseBordersMenu

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

Constructors

Initializes a new instance of the BordersMenu class.

C#
public BordersMenu()

Fields

RadSpreadsheetProperty

DependencyProperty

The Dependency property RadSpreadsheetProperty.

C#
public static readonly DependencyProperty RadSpreadsheetProperty

SelectedBorderColorProperty

DependencyProperty

The Dependency property SelectedBorderColorProperty.

C#
public static readonly DependencyProperty SelectedBorderColorProperty

SelectedBorderStyleProperty

DependencyProperty

The Dependency property SelectedBorderStyleProperty.

C#
public static readonly DependencyProperty SelectedBorderStyleProperty

The Dependency property SelectedItemCommandParameterProperty.

C#
public static readonly DependencyProperty SelectedItemCommandParameterProperty

SelectedItemCommandProperty

DependencyProperty

The Dependency property SelectedItemCommandProperty.

C#
public static readonly DependencyProperty SelectedItemCommandProperty

SelectedItemImageProperty

DependencyProperty

The Dependency property SelectedItemImageProperty.

C#
public static readonly DependencyProperty SelectedItemImageProperty

The Dependency property UpdateSelectedBorderColorCommandProperty.

C#
public static readonly DependencyProperty UpdateSelectedBorderColorCommandProperty

Properties

Gets the color selector main palette header text.

C#
public string ColorSelectorMainPaletteHeaderText { get; }
Property Value:

The color selector main palette header text.

Gets the color selector standard palette header text.

C#
public string ColorSelectorStandardPaletteHeaderText { get; }
Property Value:

The color selector standard palette header text.

Gets or sets the RadSpreadsheet of the BordersMenu.

C#
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value:

The RadSpreadsheet of the BordersMenu.

SelectedBorderColor

ThemableColor

Gets or sets the color of the selected border.

C#
public ThemableColor SelectedBorderColor { get; set; }
Property Value:

The color of the selected border.

SelectedBorderStyle

CellBorderStyle

Gets or sets the style of the selected border.

C#
public CellBorderStyle SelectedBorderStyle { get; set; }
Property Value:

The style of the selected border.

Gets or sets the selected item command.

C#
public ICommand SelectedItemCommand { get; set; }
Property Value:

The selected item command.

Gets or sets the selected item command parameter.

C#
public object SelectedItemCommandParameter { get; set; }
Property Value:

The selected item command parameter.

Gets or sets the selected item image.

C#
public BitmapImage SelectedItemImage { get; set; }
Property Value:

The selected item image.

Gets or sets the update selected border color command.

C#
public CommandDescriptor UpdateSelectedBorderColorCommand { get; set; }
Property Value:

The update selected border color command.

Methods

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

C#
public override void OnApplyTemplate()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.