BootstrapRichEdit.CssClasses Property
Provides access to CSS classes applied to visual elements of 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 BootstrapRichEditCssClasses CssClasses { get; }
Property Value
Type | Description |
---|---|
DevExpress.Web.Bootstrap.BootstrapRichEditCssClasses | A BootstrapRichEditCssClasses object containing CSS settings. |
See Also