Skip to main content

menuCss

Description

Optional. Controls the CSS class applied to the top container of the popup menu

Usage

menuCss?: string;

Example

Defining CSS class for the top container of popup menu:

<Toolbar menuCss="somemenu" />
.somemenu {
background-color: #f0f0f0;
}