Class ListBase
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
Base class for input controls where values can be typed, i.e. input type text, integer etc.
public abstract class ListBase : EditorBase
- Inheritance
-
ListBase
- Derived
- Inherited Members
- Extension Methods
Properties
ImageShape
public ListBase.OptionImageShape ImageShape { get; set; }
Property Value
Options
public List<ListBase.ListOption> Options { get; set; }
Property Value
SortOrder
public ListBase.OrderBy SortOrder { get; set; }
Property Value
SortedOptions
public List<ListBase.ListOption> SortedOptions { get; }
Property Value
Methods
Convert<T>(ListBase)
public static T Convert<T>(ListBase listEditor) where T : ListBase, new()
Parameters
listEditor
ListBase
Returns
- T
Type Parameters
T