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

The ribbon of the RadSpreadsheet.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.SpreadsheetUI.dll

Syntax:

C#
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetRibbon : RadSpreadsheetAttachedControlBase

Inheritance: objectControlBaseRadSpreadsheetAttachedControlBaseRadSpreadsheetRibbon

Inherited Members RadSpreadsheetAttachedControlBase.RadSpreadsheetPropertyRadSpreadsheetAttachedControlBase.OnRadSpreadsheetPropertyChangedOverride()RadSpreadsheetAttachedControlBase.RadSpreadsheetControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

C#
public RadSpreadsheetRibbon()

Fields

Gets or sets the area that will contain the backstage.

C#
public static readonly DependencyProperty BackstageClippingElementProperty

IsMinimizedProperty

DependencyProperty

Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.

C#
public static readonly DependencyProperty IsMinimizedProperty

Properties

BackstageClippingElement

FrameworkElement

Gets or sets the area that will contain the backstage.

C#
public FrameworkElement BackstageClippingElement { get; set; }

Gets or sets a value indicating whether the SpreadSheetRibbon is minimized.

C#
public bool IsMinimized { get; set; }

Gets or sets the index of the currently selected tab of the ribbon.

C#
public int SelectedTabIndex { get; set; }

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.

C#
public void ResetTheme()