FileManagerToolbarCustomButton.ItemStyle Property
In This Article
Gets the style settings for the current toolbar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuItemStyle ItemStyle { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The ItemStyle property provides access to the style settings that define the appearance style of the current toolbar item.
See Also