Table of Contents

Method SelectedItemsAsText

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

SelectedItemsAsText(string?)

Gets selected items as string.

public virtual string? SelectedItemsAsText(string? separator = null)

Parameters

separator string

Items separator string.

Returns

string

Remarks

Each item is separated by separator or NewLine if it is empty.