RibbonDropDownButtonCollection.Parent Property
In This Article
Gets the parent item to which the current collection belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonDropDownButtonItem Parent { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
Use the Parent property to identify and access the immediate parent item which owns the current collection.
See Also