OdinMenuItem | Property so we can allow the renaming of OdinMenuItem

Issue #321 resolved
Romain Pechot created an issue

It would be great to have a method so we can allow the renaming of specific OdinMenuItem in our hierarchy.

You could have a global property inside OdinMenuTree.Config.AllowRenaming and a per object property OdinMenuItem.AllowRenaming (wich is a nullable boolean).

Comments (2)

  1. Bjarke Elias

    In 1.1 this is already possible, the Name property now has a both public getter and setter, where as before it was private set.

  2. Log in to comment