Class
RadSpreadsheetRibbon

The ribbon of the RadSpreadsheet.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.SpreadsheetUI.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Documents")]
public class RadSpreadsheetRibbon : RadSpreadsheetAttachedControlBase

Inheritance: objectControlBaseRadSpreadsheetAttachedControlBaseRadSpreadsheetRibbon

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

Constructors

RadSpreadsheetRibbon()

Declaration

cs-api-definition
public RadSpreadsheetRibbon()

Fields

BackstageClippingElementProperty

Gets or sets the area that will contain the backstage.

Declaration

cs-api-definition
public static readonly DependencyProperty BackstageClippingElementProperty

Field Value

DependencyProperty

IsMinimizedProperty

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

Declaration

cs-api-definition
public static readonly DependencyProperty IsMinimizedProperty

Field Value

DependencyProperty

Properties

BackstageClippingElement

Gets or sets the area that will contain the backstage.

Declaration

cs-api-definition
public FrameworkElement BackstageClippingElement { get; set; }

Property Value

FrameworkElement

IsMinimized

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

Declaration

cs-api-definition
public bool IsMinimized { get; set; }

Property Value

bool

SelectedTabIndex

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

Declaration

cs-api-definition
public int SelectedTabIndex { get; set; }

Property Value

int

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Declaration

cs-api-definition
public void ResetTheme()