APIToolbar APIToolbar PropertiesmenuCssOn this pagemenuCss 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" /><style> .somemenu { background-color: #f0f0f0; }</style>