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

ToolbarStyle Class

Defines style settings for toolbars.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarStyle :
    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.

See Also