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

BootstrapGridViewToolbarItemBase.Parent Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapGridViewToolbarItemBase

A BootstrapGridViewToolbarItemBase object representing the menu item’s immediate parent.

Remarks

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

See Also