Skip to main content
A newer version of this page is available. .

BootstrapToolbarSettingsAdaptivity.Title Property

Specifies a title applied to the toolbar in the adaptive mode.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue("")]
public virtual string Title { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the title.

Property Paths

You can access this nested property as listed below:

Object Type Path to Title
BootstrapToolbar

Remarks

<dx:BootstrapToolbar runat="server">
  <SettingsAdaptivity Enabled="true" Title="Toolbar title" EnableCollapseRootItemsToIcons="true" MinRootItemsCount="4" />
  <Items>
    ...   
  </Items>
</dx:BootstrapToolbar> 

BootstrapToolbar_Title

The adaptive toolbar’s title is never hidden when the container’s width changes. The rest toolbar items respond to the container’s width changes in the following way:

Note

Refer to the Toolbar - Adaptivity Settings online demo to see this feature in action.

See Also