HtmlEditorSettings.StylesPasteOptionsBar Property
In This Article
Provides access to the style settings that define the appearance of the editor’s paste options bar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorPasteOptionsBarStyles StylesPasteOptionsBar { get; }
#Property Value
Type | Description |
---|---|
Html |
A Html |
#Remarks
The paste options bar is enabled if the ASPxHtmlEditorHtmlEditingSettings.EnablePasteOptions property is set to true. Use the StylesPasteOptionsBar property to customize the bar style settings.
See Also