WidgetsToolbar APIToolbar PropertiescssOn this pagecsscss: stringThis property allows setting a CSS class for the top container of the Toolbar. The default value is an empty string.UsageApplying a CSS Class<Toolbar css="somebar" /><style> .somebar { background-color: #f0f0f0; }</style>