MenuAction
An action shown in a button, toolbar or context menu.
- Kind: Class
- Namespace: SkeleKit
Properties
Command
Command invoked when the action is chosen.
Type: ICommand?
CommandParameter
The parameter passed to Command.
A collection item menu uses its current item while this is null.
Type: object?
Icon
The local icon shown beside the title, or null for none.
Type: ImageSource?
IsDestructive
Whether the entry is styled as destructive.
Type: bool
Text
The entry's title.
Type: string