Interface IRadRibbonView
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonView : IControl, IFrameworkElement, ITargetElement
Properties
Declaration
bool IsMinimized { get; }
Property Value
Declaration
IRadRibbonBackstage RadRibbonBackstage { get; }
Property Value
Declaration
IList<IRadRibbonTab> RadRibbonTabs { get; }
Property Value
Declaration
IList<IRadRibbonViewGroup> RadRibbonViewGroups { get; }
Property Value
Declaration
int SelectedIndex { get; }
Property Value
Declaration
string WindowTitle { get; }
Property Value