2using System.Collections.Generic;
14 private readonly Action<IReadOnlyList<ICellAccessor>>
mMenuAction;
16 public ColumnHeaderMenu(Func<string> getCaption, Action<IReadOnlyList<ICellAccessor>> menuAction)
Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace ar...
Interfaces for custom sample list column type definitions. These interfaces allow you to define new c...
The classes in this namespace demonstrate how to define your own sample list column types.
Provides a menu item title and the respective functionality.
Just a general purpose column header menu.
string Caption
Text for the menu entry in the column header menu.
ColumnHeaderMenu(Func< string > getCaption, Action< IReadOnlyList< ICellAccessor > > menuAction)
readonly Func< string > mGetCaption
readonly Action< IReadOnlyList< ICellAccessor > > mMenuAction
void ProcessSelected(IReadOnlyList< ICellAccessor > affectedCells)
All cells that were selected while picking the menu entry / all cells of the column if there was no s...