Table of Contents

Method Add

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

Add(string, Func<AbstractControl>)

Adds new item.

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

Parameters

title string

Item title.

action Func<AbstractControl>

Card control create action.