Skip to main content
Tab

GridToolbarItem.Parent Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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