Skip to main content

BootstrapGridViewToolbarItemBase.Parent Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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