[]
Initializes a new instance of the GridMenuItem class.
public GridMenuItem(string text, Func<object> action)
| Type | Name | Description |
|---|---|---|
| string | text | |
| Func<object> | action |
Initializes a new instance of the GridMenuItem class.
public GridMenuItem(string text, Action action)
| Type | Name | Description |
|---|---|---|
| string | text | |
| Action | action |