A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.StylesPasteOptionsBar Property
Provides access to the style settings that define the appearance of the editor's paste options bar.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
public HtmlEditorPasteOptionsBarStyles StylesPasteOptionsBar { get; }
Public ReadOnly Property StylesPasteOptionsBar As HtmlEditorPasteOptionsBarStyles
Property Value
Type | Description |
---|---|
HtmlEditorPasteOptionsBarStyles | A HtmlEditorPasteOptionsBarStyles object that contains style settings. |
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
Feedback