Back to Devexpress

ToolbarStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-91b6ae19.md

latest2.1 KB
Original Source

ToolbarStyle Class

Defines style settings for toolbars.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarStyle :
    MenuStyle
vb
Public Class ToolbarStyle
    Inherits MenuStyle

The following members return ToolbarStyle objects:

Remarks

The ToolbarStyle class contains settings that define the appearance of toolbars within the ASPxHtmlEditor control.

An object of the ToolbarStyle type can be accessed via the ToolbarsStyles.Toolbar property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle MenuStyle ToolbarStyle

See Also

ToolbarStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace