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

GridToolbarItem.Parent Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridToolbarItem Parent { get; }

Property Value

Type Description
GridToolbarItem

A GridToolbarItem object that is the current item’s immediate parent.

Remarks

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

See Also