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

HtmlEditorPasteOptionsBarItemStyle Class

Defines style settings for the paste options bar items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorPasteOptionsBarItemStyle :
    MenuItemStyle

The following members return HtmlEditorPasteOptionsBarItemStyle objects:

Remarks

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

An object of the HtmlEditorPasteOptionsBarItemStyle type can be accessed using the HtmlEditorPasteOptionsBarStyles.PasteOptionsBarItem property.

See Also