Table of Contents

Class VisualSelect

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

For selecting a single option. Use this when you have a list of more than 10 options

public class VisualSelect : ListBase
Inheritance
VisualSelect
Inherited Members
Extension Methods

Properties

Action

public ActionNode? Action { get; set; }

Property Value

ActionNode

DefaultIcon

public Icon? DefaultIcon { get; set; }

Property Value

Icon

Groups

public ICollection<ListBase.ListOptionGroup> Groups { get; init; }

Property Value

ICollection<ListBase.ListOptionGroup>

KeepInvalidValue

public bool KeepInvalidValue { get; set; }

Property Value

bool

NothingSelectedOptionHint

public string NothingSelectedOptionHint { get; set; }

Property Value

string

NothingSelectedOptionText

public string NothingSelectedOptionText { get; set; }

Property Value

string

NothingSelectedOptionValue

public object NothingSelectedOptionValue { get; set; }

Property Value

object

ShowNothingSelectedOption

public bool ShowNothingSelectedOption { get; set; }

Property Value

bool
To top