Back to Devexpress

ToolbarItemStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-42f9cfb1.md

latest2.4 KB
Original Source

ToolbarItemStyle Class

Defines style settings for toolbar items.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarItemStyle :
    MenuItemStyle
vb
Public Class ToolbarItemStyle
    Inherits MenuItemStyle

The following members return ToolbarItemStyle objects:

Remarks

The ToolbarItemStyle class contains settings that define the appearance of toolbar items within the ASPxHtmlEditor control.

An object of the ToolbarItemStyle type can be accessed via the ToolbarsStyles.ToolbarItem property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemStyle ToolbarItemStyle

See Also

ToolbarItemStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace