Table of Contents

Method CreateAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateAction(string, Action?)

Create Action which can be added to the ActionsControl.

public virtual TreeViewItem CreateAction(string title, Action? action)

Parameters

title string

Action title.

action Action

Action method.

Returns

TreeViewItem