aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstraptoolbarsettingsadaptivity.md
Specifies a title applied to the toolbar in the adaptive mode.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DefaultValue("")]
public virtual string Title { get; set; }
<DefaultValue("")>
Public Overridable Property Title As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
A string value that specifies the title.
|
You can access this nested property as listed below:
| Object Type | Path to Title |
|---|---|
| BootstrapToolbar |
.SettingsAdaptivity .Title
|
<dx:BootstrapToolbar runat="server">
<SettingsAdaptivity Enabled="true" Title="Toolbar title" EnableCollapseRootItemsToIcons="true" MinRootItemsCount="4" />
<Items>
...
</Items>
</dx:BootstrapToolbar>
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
BootstrapToolbarSettingsAdaptivity Class