Table of Contents

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

ListBase.OptionImageShape

Options

public List<ListBase.ListOption> Options { get; set; }

Property Value

List<ListBase.ListOption>

SortOrder

public ListBase.OrderBy SortOrder { get; set; }

Property Value

ListBase.OrderBy

SortedOptions

public List<ListBase.ListOption> SortedOptions { get; }

Property Value

List<ListBase.ListOption>

Methods

Convert<T>(ListBase)

public static T Convert<T>(ListBase listEditor) where T : ListBase, new()

Parameters

listEditor ListBase

Returns

T

Type Parameters

T
To top