ClassRadRibbonView
Represents the RadRibbonView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadRibbonView : ItemsControl, IAutomationPeer, IPeerConverter, IRadRibbonView, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRadRibbonView
Derived Classes:
Implements:
Inherited Members
Constructors
RadRibbonView()
Initializes a new instance of the RadRibbonView class.
Declaration
public RadRibbonView()
Properties
ApplicationButton
Get the RibbonApplicationButton
Declaration
public FrameworkElement ApplicationButton { get; }
Property Value
BackstagePopup
Get the backstage popup.
HelpButton
Get the MinimizeButton
Declaration
public RadRibbonButton HelpButton { get; }
Property Value
IsApplicationMenuOpen
Get whether the ApplicationMenu is open.
IsBackstageOpen
Get whether the Backstage is open.
IsMinimized
Get whether the RibbonView is minimized.
MinimizeButton
Get the MinimizeButton
Declaration
public RadRibbonToggleButton MinimizeButton { get; }
Property Value
RadRibbonBackstage
Get the Backstage
Declaration
public IRadRibbonBackstage RadRibbonBackstage { get; }
Property Value
Implements
RadRibbonTabs
Gets the list of the RadRibbonViewTab elements.
Declaration
public IList<IRadRibbonTab> RadRibbonTabs { get; }
Property Value
Implements
RadRibbonViewGroups
Gets the list of the RadRibbonViewGroup elements.
Declaration
public IList<IRadRibbonViewGroup> RadRibbonViewGroups { get; }
Property Value
Implements
SelectedIndex
Gets or sets the index of the selected item.
TabContentPopup
Get the tab content popup hosting the content if the ribbon tab is in minimized state.
WindowTitle
Get the Ribbon Window title
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements