Class RadRibbonView
Inheritance
System.Object
RadRibbonView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadRibbonView : ItemsControl, IAutomationPeer, IPeerConverter, IRadRibbonView, IControl, IFrameworkElement, ITargetElement
Constructors
RadRibbonView()
Declaration
public RadRibbonView()
Properties
ApplicationButton
BackstagePopup
HelpButton
IsApplicationMenuOpen
Declaration
public bool IsApplicationMenuOpen { get; set; }
Property Value
System.Boolean
|
IsBackstageOpen
Declaration
public bool IsBackstageOpen { get; set; }
Property Value
System.Boolean
|
IsMinimized
Declaration
public bool IsMinimized { get; set; }
Property Value
System.Boolean
|
Implements
MinimizeButton
Declaration
public RadRibbonToggleButton MinimizeButton { get; }
Property Value
RadRibbonToggleButton
|
RadRibbonBackstage
Declaration
public IRadRibbonBackstage RadRibbonBackstage { get; }
Property Value
IRadRibbonBackstage
|
Implements
RadRibbonTabs
Declaration
public IList<IRadRibbonTab> RadRibbonTabs { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonTab>
|
Implements
RadRibbonViewGroups
Declaration
public IList<IRadRibbonViewGroup> RadRibbonViewGroups { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewGroup>
|
Implements
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
Implements
TabContentPopup
WindowTitle
Declaration
public string WindowTitle { get; }
Property Value
System.String
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|