Hi, could you tell me how to remove an item from the propertygrid that is highlighted in red? this appears after editing a field
theme: office2019dark
telerik winforms: r1 2023
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 08 Jun 2023, 02:55 PM
Hello Alex,
Thank you for the provided image.
The three dots will appear when you edit a property value. Clicking the three dots a context menu will appear which allows you to reset to the default value. If you want to hide it you can subscribe to the ItemFormatting event of the RadPropertyGrid control. Inside the event handler, you can hide the three dots button.
Keep in mind that the user will still be able to see the context menu when clicking with the mouse's right button. You can disable it by subscribing to the ContextMenuOpening event and cancel it.