A newer version of this page is available.
Switch to the current version.
BootstrapToolbarItem.SettingsBootstrap Property
Provides access to a Toolbar item's rendering settings affecting features specific to the Bootstrap framework.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapToolbarItemBootstrapSpecificSettings SettingsBootstrap { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsBootstrap As BootstrapToolbarItemBootstrapSpecificSettings
Property Value
Type | Description |
---|---|
BootstrapToolbarItemBootstrapSpecificSettings | A BootstrapToolbarItemBootstrapSpecificSettings object containing Bootstrap-specific settings. |
See Also
Feedback