Class BreadCrumbDropDownButtonElement
Inheritance
System.Object
BreadCrumbDropDownButtonElement
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.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BreadCrumbDropDownButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
BreadCrumbDropDownButtonElement(RadBreadCrumbElement)
Declaration
public BreadCrumbDropDownButtonElement(RadBreadCrumbElement owner)
Parameters
RadBreadCrumbElement
owner
|
Properties
OwnerBreadCrumb
Declaration
public RadBreadCrumbElement OwnerBreadCrumb { get; }
Property Value
RadBreadCrumbElement
|
Methods
CreateDropDown()
Declaration
protected override RadDropDownButtonPopup CreateDropDown()
Returns
RadDropDownButtonPopup
|