Class MenuItemViewModel
Inheritance
System.Object
MenuItemViewModel
Namespace: Simplic.Kanban.UI
Assembly: Simplic.Kanban.UI.dll
Syntax
public class MenuItemViewModel : RadMenuItem
Properties
| Improve this Doc View SourcePipe
Gets the datacontext as PipelineViewModel
Declaration
public PipelineViewModel Pipe { get; }
Property Value
Type | Description |
---|---|
PipelineViewModel |
Methods
| Improve this Doc View SourceOnClick()
Sets the selected tile as parameter
Declaration
protected override void OnClick()