C#@inherits LayoutComponentBase
<div class="testComponent" @onclick="<caret>ToggleNavMenu">
</div>
@code {
const int defaultCounter = 0;
private int count = defaultCounter;
void TestMethod(int p)
{
count++;
}
void ToggleNavMenu()
{
}
}
Blazor - Duplicated 'Rename' items are shown in the light bulb menu
Answers approved by DevExpress Support
We have addressed the issue described in this ticket and will include a fix in our next maintenance update. Should you need to apply our fix prior to official release, you can request a hotfix here.
Note: Hotfixes may be unavailable for betas/updates set for release within a week.
- v20.2.7Download Official Update