BordersMenu
Provides methods and properties for using BordersMenu.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class BordersMenu : ControlBase
Inheritance: objectControlBaseBordersMenu
Inherited Members
Constructors
Initializes a new instance of the BordersMenu class.
public BordersMenu()
Fields
RadSpreadsheetProperty
DependencyProperty
The Dependency property RadSpreadsheetProperty.
public static readonly DependencyProperty RadSpreadsheetProperty
SelectedBorderColorProperty
DependencyProperty
The Dependency property SelectedBorderColorProperty.
public static readonly DependencyProperty SelectedBorderColorProperty
SelectedBorderStyleProperty
DependencyProperty
The Dependency property SelectedBorderStyleProperty.
public static readonly DependencyProperty SelectedBorderStyleProperty
SelectedItemCommandParameterProperty
DependencyProperty
The Dependency property SelectedItemCommandParameterProperty.
public static readonly DependencyProperty SelectedItemCommandParameterProperty
SelectedItemCommandProperty
DependencyProperty
The Dependency property SelectedItemCommandProperty.
public static readonly DependencyProperty SelectedItemCommandProperty
SelectedItemImageProperty
DependencyProperty
The Dependency property SelectedItemImageProperty.
public static readonly DependencyProperty SelectedItemImageProperty
UpdateSelectedBorderColorCommandProperty
DependencyProperty
The Dependency property UpdateSelectedBorderColorCommandProperty.
public static readonly DependencyProperty UpdateSelectedBorderColorCommandProperty
Properties
Gets the color selector main palette header text.
public string ColorSelectorMainPaletteHeaderText { get; }
The color selector main palette header text.
Gets the color selector standard palette header text.
public string ColorSelectorStandardPaletteHeaderText { get; }
The color selector standard palette header text.
Gets or sets the RadSpreadsheet of the BordersMenu.
public RadSpreadsheet RadSpreadsheet { get; set; }
The RadSpreadsheet of the BordersMenu.
SelectedBorderColor
ThemableColor
Gets or sets the color of the selected border.
public ThemableColor SelectedBorderColor { get; set; }
The color of the selected border.
SelectedBorderStyle
CellBorderStyle
Gets or sets the style of the selected border.
public CellBorderStyle SelectedBorderStyle { get; set; }
The style of the selected border.
Gets or sets the selected item command.
public ICommand SelectedItemCommand { get; set; }
The selected item command.
Gets or sets the selected item command parameter.
public object SelectedItemCommandParameter { get; set; }
The selected item command parameter.
SelectedItemImage
BitmapImage
Gets or sets the selected item image.
public BitmapImage SelectedItemImage { get; set; }
The selected item image.
Gets or sets the update selected border color command.
public CommandDescriptor UpdateSelectedBorderColorCommand { get; set; }
The update selected border color command.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.