ClassRadRibbonGallery
Represents the RadRibbonViewGallery control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadRibbonGallery : Selector, IAutomationPeer, IPeerConverter, IControl, IRadRibbonViewGallery, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorRadRibbonGallery
Implements:
Inherited Members
Constructors
RadRibbonGallery()
Initializes a new instance of the RadRibbonViewGallery class.
Declaration
public RadRibbonGallery()
Properties
CompressedThreshold
Get the CompressedThreshold
Declaration
public string CompressedThreshold { get; }
Property Value
Implements
IsCompressed
Get the IsCompressed
PopupButton
Get the PopupButton
Declaration
public RadRibbonDropDownButton PopupButton { get; }
Property Value
RadGalleryItems
Gets the list of the RadGalleryItem elements.
Declaration
public IList<IRadGalleryItem> RadGalleryItems { get; }
Property Value
Implements
RadRibbonButtons
Get the RadRibbonButtons
Declaration
public IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
Implements
RadRibbonDropDownButtons
Get the RadRibbonDropDownButtons
Declaration
public IList<IRadRibbonViewDropDownButton> RadRibbonDropDownButtons { get; }
Property Value
Implements
ScrollDownButton
Get the ScrollDownButton
Declaration
public RadRibbonButton ScrollDownButton { get; }
Property Value
ScrollUpButton
Get the ScrollUpButton
Declaration
public RadRibbonButton ScrollUpButton { get; }
Property Value