Skip to main content

HtmlEditorPasteOptionsBarItemStyle Class

Defines style settings for the paste options bar items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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