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

BootstrapToolbarItemBase.Parent Property

Gets the immediate parent toolbar item to which the current item belongs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public BootstrapToolbarItemBase Parent { get; }

Property Value

Type Description
BootstrapToolbarItemBase

A BootstrapToolbarItemBase object representing the toolbar item’s immediate parent.

Remarks

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

See Also