ClassRadRibbonGroup
Represents the RadRibbonGroup control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadRibbonGroup : ItemsControl, IAutomationPeer, IPeerConverter, IRadRibbonViewGroup, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRadRibbonGroup
Implements:
Inherited Members
Constructors
RadRibbonGroup()
Initializes a new instance of the RadRibbonGroup class.
Declaration
public RadRibbonGroup()
Properties
DialogLauncherButton
Get the dialog launcher button
Declaration
public IRadRIbbonViewButton DialogLauncherButton { get; }
Property Value
Implements
RadButtonGroups
Gets the list of the RadButtonGroup elements.
Declaration
public IList<IRadButtonGroup> RadButtonGroups { get; }
Property Value
Implements
RadRibbonButtons
Gets the list of the RadRibbonViewButton elements.
Declaration
public IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
Implements
RadRibbonComboBoxes
Gets the list of the RadRibbonViewButton elements.
Declaration
public IList<IRadRibbonComboBox> RadRibbonComboBoxes { get; }
Property Value
Implements
RadRibbonSplitButtons
Gets the list of the RadRibbonViewSplitButton elements.
Declaration
public IList<IRadRibbonViewSplitButton> RadRibbonSplitButtons { get; }
Property Value
Implements
RadRibbonViewGalleries
Gets the list of the RadRibbonViewGallery elements.
Declaration
public IList<IRadRibbonViewGallery> RadRibbonViewGalleries { get; }
Property Value
Implements
StripPanel
Get the strip panel element holding the group content.
Declaration
public FrameworkElement StripPanel { get; }
Property Value
TrayText
Get the group tray text.