GridToolbarItem.Parent Property
Gets the immediate parent item to which the current toolbar item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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