A newer version of this page is available.
Switch to the current version.
BootstrapToolbar.RootItem Property
Gets the root toolbar item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public BootstrapToolbarItemBase RootItem { get; }
<Browsable(False)>
Public ReadOnly Property RootItem As BootstrapToolbarItemBase
Property Value
Type | Description |
---|---|
BootstrapToolbarItemBase | A BootstrapToolbarItemBase descendant object that is the root toolbar item. |
See Also
Feedback