[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.PrepareOptionsMenu

PrepareOptionsMenu Method

PrepareOptionsMenu(C1MenuList, Action)

Called when the options menu is about to be shown.

Declaration
protected virtual void PrepareOptionsMenu(C1MenuList optionsMenu, Action closeAction)
Protected Overridable Sub PrepareOptionsMenu(optionsMenu As C1MenuList, closeAction As Action)
Parameters
Type Name Description
C1MenuList optionsMenu

The menu that will be displayed.

Action closeAction

Action that will close the drop-down showing this menu.