Table of Contents

Class TagCloudList

Namespace
Dynamicweb.CoreUI.Editors.Lists
Assembly
Dynamicweb.CoreUI.dll

For selecting multiple options. Use this when you have many available options, but only the small collection of selected options must be shown

public class TagCloudList : ListBase
Inheritance
TagCloudList
Inherited Members
Extension Methods

Properties

Action

public ActionNode? Action { get; set; }

Property Value

ActionNode

AllowRemoveItems

public bool AllowRemoveItems { get; set; }

Property Value

bool

SelectedItemAction

public ActionNode? SelectedItemAction { get; set; }

Property Value

ActionNode
To top