BootstrapRichEdit.CssClassesRibbon Property
Provides access to CSS classes applied to visual elements of the BootstrapRibbon control associated with the BootstrapRichEdit control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapRibbonCssClasses CssClassesRibbon { get; }
Property Value
Type | Description |
---|---|
DevExpress.Web.Bootstrap.BootstrapRibbonCssClasses | A BootstrapRibbonCssClasses object containing CSS settings. |
See Also