Table of Contents

Method Insert

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

Insert(int?, string?, AbstractControl?)

Inserts new item to the control at the specified position.

public virtual int Insert(int? index, string? text, AbstractControl? cardControl = null)

Parameters

index int?

Item position.

text string

Item title.

cardControl AbstractControl

Associated card control.

Returns

int

Created item index.

Insert(int?, string?, ObjectUniqueId)

Inserts new item to the control at the specified position.

public virtual int Insert(int? index, string? text, ObjectUniqueId cardId)

Parameters

index int?

Item position.

text string

Item title.

cardId ObjectUniqueId

Associated card unique id.

Returns

int

Created item index.