2using System.Collections.Generic;
3using System.ComponentModel.DataAnnotations;
29 yield
return "Americano";
30 yield
return "Espresso";
31 yield
return "Cortado";
32 yield
return $
"Hyped coffee of the second ({DateTime.Now:yyyy-MM-dd HH:mm:ss})";
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.
Implement this interface on a class that defines a custom column that can be used just like a builtin...
Just an example for freshly updated combobox entries.
string InternalName
Nametag that will be used internally for storing a column of this type in the method....
IEnumerable< object > ComboboxItems
Last entry is based on current time to show when it was created.
Type ValueType
Used for getting information which UITypeEditor, TypeConverter etc to use for your column.
string VisibleName
Column type name that will be presented to the user in the method editor in the "Cell Type" column....
Just a general purpose column header menu.