Interface IRadRibbonViewGroup
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonViewGroup : IControl, IFrameworkElement, ITargetElement
Properties
DialogLauncherButton
RadButtonGroups
Declaration
IList<IRadButtonGroup> RadButtonGroups { get; }
Property Value
System.Collections.Generic.IList<IRadButtonGroup>
|
RadRibbonButtons
Declaration
IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRIbbonViewButton>
|
RadRibbonComboBoxes
Declaration
IList<IRadRibbonComboBox> RadRibbonComboBoxes { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonComboBox>
|
RadRibbonSplitButtons
Declaration
IList<IRadRibbonViewSplitButton> RadRibbonSplitButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewSplitButton>
|
RadRibbonViewGalleries
Declaration
IList<IRadRibbonViewGallery> RadRibbonViewGalleries { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewGallery>
|
TrayText
Declaration
string TrayText { get; }
Property Value
System.String
|
Variant
Declaration
string Variant { get; }
Property Value
System.String
|