TreeListEditor.SetMenuManager(IDXMenuManager) Method
In This Article
Sets the IDXMenuManager object that controls the Look & Feel options of the Context Menu Template via the TreeListEditor‘s control.
Namespace: DevExpress.ExpressApp.TreeListEditors.Win
Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
manager | DevExpress. |
An IDXMenu |
#Remarks
This method is not intended to be called from your code. It is used internally to support the TreeListEditor‘s context menu.
See Also