Class RadRibbonBarGroupDropDownButtonElement
This class represents the drop down button which is shown when a RadRibbonBarGroupis collapsed. This drop down button holds the content of the collapsed group in its popup.
Inheritance
System.Object
RadRibbonBarGroupDropDownButtonElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRibbonBarGroupDropDownButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
RadRibbonBarGroupDropDownButtonElement()
Declaration
public RadRibbonBarGroupDropDownButtonElement()
Properties
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateDropDown()
Declaration
protected override RadDropDownButtonPopup CreateDropDown()
Returns
RadDropDownButtonPopup
|