GridToolbarItem.Parent Property
In This Article
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 |
---|---|
Grid |
A Grid |
#Remarks
Use the Parent property to identify and access the immediate parent toolbar item which owns the current toolbar item.
See Also