Skip to main content
A newer version of this page is available. .
Tab

RibbonDropDownButtonItem.Parent Property

Gets the immediate parent item to which the current RibbonDropDownButtonItem object belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual RibbonDropDownButtonItem Parent { get; }

Property Value

Type Description
RibbonDropDownButtonItem

A RibbonDropDownButtonItem object that is the current item’s immediate parent.

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