RibbonDropDownButtonItem.Parent Property
In This Article
Gets the immediate parent item to which the current RibbonDropDownButtonItem object belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual RibbonDropDownButtonItem Parent { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
A RibbonDropDownButtonItem object can own a RibbonDropDownButtonCollection collection of child RibbonDropDownButtonItem items, accessible using the RibbonDropDownButtonItem.Items property. If the current drop-down item is contained within a collection of the RibbonDropDownButtonCollection type, the Parent property returns the collection owner. Otherwise, the Parent property returns null.
See Also