InterfaceIRadRibbonViewGroup
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadRibbonViewGroup : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
DialogLauncherButton
Declaration
cs-api-definition
IRadRIbbonViewButton DialogLauncherButton { get; }
Property Value
RadButtonGroups
Declaration
cs-api-definition
IList<IRadButtonGroup> RadButtonGroups { get; }
Property Value
RadRibbonButtons
Declaration
cs-api-definition
IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
RadRibbonComboBoxes
Declaration
cs-api-definition
IList<IRadRibbonComboBox> RadRibbonComboBoxes { get; }
Property Value
RadRibbonSplitButtons
Declaration
cs-api-definition
IList<IRadRibbonViewSplitButton> RadRibbonSplitButtons { get; }
Property Value
RadRibbonViewGalleries
Declaration
cs-api-definition
IList<IRadRibbonViewGallery> RadRibbonViewGalleries { get; }
Property Value