Interface IRadRibbonView
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonView : IControl, IFrameworkElement, ITargetElement
Properties
IsMinimized
Declaration
bool IsMinimized { get; }
Property Value
System.Boolean
|
RadRibbonBackstage
RadRibbonTabs
Declaration
IList<IRadRibbonTab> RadRibbonTabs { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonTab>
|
RadRibbonViewGroups
Declaration
IList<IRadRibbonViewGroup> RadRibbonViewGroups { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewGroup>
|
SelectedIndex
Declaration
int SelectedIndex { get; }
Property Value
System.Int32
|
WindowTitle
Declaration
string WindowTitle { get; }
Property Value
System.String
|