Back to Devexpress

BootstrapToolbarSettingsAdaptivity.Title Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstraptoolbarsettingsadaptivity.md

latest3.1 KB
Original Source

BootstrapToolbarSettingsAdaptivity.Title Property

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

Declaration

csharp
[DefaultValue("")]
public virtual string Title { get; set; }
vb
<DefaultValue("")>
Public Overridable Property Title As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the title.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Title
BootstrapToolbar

.SettingsAdaptivity .Title

|

Remarks

aspx
<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

BootstrapToolbarSettingsAdaptivity Members

DevExpress.Web.Bootstrap Namespace