Skip to main content

BootstrapToolbar.RootItem Property

Gets the root toolbar item.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public BootstrapToolbarItemBase RootItem { get; }

Property Value

Type Description
BootstrapToolbarItemBase

A BootstrapToolbarItemBase descendant object that is the root toolbar item.

See Also