A newer version of this page is available.
Switch to the current version.
BootstrapRibbon.TabDataFields Property
Provides access to properties allowing you to specify data fields (attributes of xml elements) from which tab settings of a bound ribbon should be obtained.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapRibbonTabDataFields TabDataFields { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property TabDataFields As BootstrapRibbonTabDataFields
Property Value
Type | Description |
---|---|
BootstrapRibbonTabDataFields | A BootstrapRibbonTabDataFields object that contains the required mapping properties. |
See Also
Feedback