Class RadRibbonGallery
Inheritance
System.Object
RadRibbonGallery
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadRibbonGallery : Selector, IAutomationPeer, IPeerConverter, IControl, IRadRibbonViewGallery, ISelector, IFrameworkElement, ITargetElement
Constructors
RadRibbonGallery()
Declaration
public RadRibbonGallery()
Properties
CompressedThreshold
Declaration
public string CompressedThreshold { get; }
Property Value
System.String
|
Implements
IsCompressed
Declaration
public bool IsCompressed { get; }
Property Value
System.Boolean
|
Implements
PopupButton
Declaration
public RadRibbonDropDownButton PopupButton { get; }
Property Value
RadRibbonDropDownButton
|
RadGalleryItems
Declaration
public IList<IRadGalleryItem> RadGalleryItems { get; }
Property Value
System.Collections.Generic.IList<IRadGalleryItem>
|
Implements
RadRibbonButtons
Declaration
public IList<IRadRIbbonViewButton> RadRibbonButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRIbbonViewButton>
|
Implements
RadRibbonDropDownButtons
Declaration
public IList<IRadRibbonViewDropDownButton> RadRibbonDropDownButtons { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonViewDropDownButton>
|