Table of Contents

Method Add

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

Add(string, Func<Control>)

Adds new item.

public void Add(string title, Func<Control> action)

Parameters

title string

Item title.

action Func<Control>

Card control create action.