C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / PrepareOptionsMenu Method
The menu that will be displayed.
Action that will close the drop-down showing this menu.

In This Topic
PrepareOptionsMenu Method (GridNumericColumn)
In This Topic
Called when the options menu is about to be shown.
Syntax
'Declaration
 
Protected Overridable Sub PrepareOptionsMenu( _
   ByVal optionsMenu As C1.WPF.Menu.C1MenuList, _
   ByVal closeAction As Action _
) 
 

Parameters

optionsMenu
The menu that will be displayed.
closeAction
Action that will close the drop-down showing this menu.
See Also