Skip to main content
A newer version of this page is available. .

HtmlEditorPasteOptionsBarStyle Class

Defines style settings for the paste options bar.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorPasteOptionsBarStyle :
    MenuStyle

The following members return HtmlEditorPasteOptionsBarStyle objects:

Remarks

The HtmlEditorPasteOptionsBarStyle class contains settings that define the appearance of the paste options bar in the ASPxHtmlEditor control.

An object of the HtmlEditorPasteOptionsBarStyle type can be accessed using the HtmlEditorPasteOptionsBarStyles.PasteOptionsBar property.

See Also