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

FileManagerToolbarCustomButton.ItemStyle Property

Gets the style settings for the current toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MenuItemStyle ItemStyle { get; }

Property Value

Type Description
MenuItemStyle

A MenuItemStyle object that contains the style settings.

Remarks

The ItemStyle property provides access to the style settings that define the appearance style of the current toolbar item.

See Also