Class SelectorOptions<T>
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public class SelectorOptions<T>
Type Parameters
T
- Inheritance
-
SelectorOptions<T>
- Derived
- Inherited Members
Properties
Explanation
public string? Explanation { get; set; }
Property Value
Hint
public string? Hint { get; set; }
Property Value
Multiselect
public bool Multiselect { get; set; }
Property Value
Value
public T? Value { get; set; }
Property Value
- T