RadSpreadsheetRibbon
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
public RadSpreadsheetRibbon()
Fields
BackstageClippingElementProperty
DependencyProperty
Gets or sets the area that will contain the backstage.
public static readonly DependencyProperty BackstageClippingElementProperty
IsMinimizedProperty
DependencyProperty
Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.
public static readonly DependencyProperty IsMinimizedProperty
Properties
BackstageClippingElement
FrameworkElement
Gets or sets the area that will contain the backstage.
public FrameworkElement BackstageClippingElement { get; set; }
Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.
public bool IsMinimized { get; set; }
Gets or sets the index of the currently selected tab of the ribbon.
public int SelectedTabIndex { get; set; }
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.
public void ResetTheme()