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.
|
RadRibbonButtons
Declaration
IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
System.
|
RadRibbonComboBoxes
Declaration
IList<IRadRibbonComboBox> RadRibbonComboBoxes { get; }
Property Value
System.
|
RadRibbonSplitButtons
Declaration
IList<IRadRibbonViewSplitButton> RadRibbonSplitButtons { get; }
Property Value
System.
|
RadRibbonViewGalleries
Declaration
IList<IRadRibbonViewGallery> RadRibbonViewGalleries { get; }
Property Value
System.
|
TrayText
Declaration
string TrayText { get; }
Property Value
System.
|
Variant
Declaration
string Variant { get; }
Property Value
System.
|