Skip to main content
Tab

RibbonDropDownButtonCollection.Parent Property

Gets the parent item to which the current collection belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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