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

ToolbarItemStyle Class

Defines style settings for toolbar items.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

See Also