Class RadSpreadsheetRibbon
The ribbon of the RadSpreadsheet.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.SpreadsheetUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetRibbon : RadSpreadsheetAttachedControlBase, IThemable
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
System.Windows.DependencyProperty
|
Properties
BackstageClippingElement
Gets or sets the area that will contain the backstage.
Declaration
public FrameworkElement BackstageClippingElement { get; set; }
Property Value
System.Windows.FrameworkElement
|
SelectedTabIndex
Gets or sets the index of the currently selected tab of the ribbon.
Declaration
public int SelectedTabIndex { get; set; }
Property Value
System.Int32
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Declaration
public void ResetTheme()