BootstrapCardViewToolbarItemBase.Parent Property
Gets the immediate parent toolbar item to which the current item belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapCardViewToolbarItemBase | A BootstrapCardViewToolbarItemBase object representing the toolbar item’s immediate parent. |
Remarks
Use the Parent property to identify and access the immediate parent toolbar item which owns the current item.
See Also