ClassRadSpreadsheetRibbon
The ribbon of the RadSpreadsheet.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.SpreadsheetUI.dll
Syntax:
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetRibbon : RadSpreadsheetAttachedControlBase
Inheritance: objectControlBaseRadSpreadsheetAttachedControlBaseRadSpreadsheetRibbon
Inherited Members
Constructors
RadSpreadsheetRibbon()
Declaration
public RadSpreadsheetRibbon()
Fields
BackstageClippingElementProperty
Gets or sets the area that will contain the backstage.
Declaration
public static readonly DependencyProperty BackstageClippingElementProperty
Field Value
DependencyProperty
IsMinimizedProperty
Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.
Declaration
public static readonly DependencyProperty IsMinimizedProperty
Field Value
DependencyProperty
Properties
BackstageClippingElement
Gets or sets the area that will contain the backstage.
Declaration
public FrameworkElement BackstageClippingElement { get; set; }
Property Value
FrameworkElement
IsMinimized
Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.
SelectedTabIndex
Gets or sets the index of the currently selected tab of the ribbon.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
ResetTheme()
Declaration
public void ResetTheme()