MenuStrip
Description
Usage
@inherits WMControlComponentBase
@namespace Gap.Blazor.Components
<WMStyleBase [email protected]></WMStyleBase>
<TelerikMenu [email protected]()
[email protected]
ItemsField="SubItems"
TextField="Text"
OnClick="@((MenuItem item) => OnClickHandler(item))">
</TelerikMenu>
<style>
[email protected]() {
background-color: @GetBackColorHex() !important;
color: @menuStrip.GetForeColorHex() !important;
}
.@(model.GetComponentClass()+".k-menu") {
height: fit-content;
width: 100%;
z-index: 1;
}
.@(model.GetComponentClass()+".k-menu") li {
color: inherit !important;
}
</style>
Properties
MenuItem Class
Methods
Dynamic Rendering
Styles
Events
Last updated