Class Select
- 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 Select : ListBase
- Inheritance
-
Select
- Derived
- Inherited Members
- Extension Methods
Properties
Action
public ActionNode? Action { get; set; }
Property Value
Groups
public List<ListBase.ListOptionGroup> Groups { get; set; }
Property Value
KeepInvalidValue
public bool KeepInvalidValue { get; set; }
Property Value
NothingSelectedOptionHint
public string NothingSelectedOptionHint { get; set; }
Property Value
NothingSelectedOptionText
public string NothingSelectedOptionText { get; set; }
Property Value
NothingSelectedOptionValue
public object NothingSelectedOptionValue { get; set; }
Property Value
ShowNothingSelectedOption
public bool ShowNothingSelectedOption { get; set; }