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

RibbonDropDownButtonCollection.Parent Property

Gets the parent item to which the current collection belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RibbonDropDownButtonItem Parent { get; }

Property Value

Type Description
RibbonDropDownButtonItem

A RibbonDropDownButtonItem object that is the parent of the current collection.

Remarks

Use the Parent property to identify and access the immediate parent item which owns the current collection.

See Also