Table of Contents

Class InputBase<T>

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 InputBase<T> : EditorBase<T>

Type Parameters

T
Inheritance
InputBase<T>
Derived
Inherited Members
Extension Methods

Properties

Append

public string Append { get; set; }

Property Value

string

ExampleValue

public string ExampleValue { get; set; }

Property Value

string

Placeholder

public string Placeholder { get; set; }

Property Value

string

Prepend

public string Prepend { get; set; }

Property Value

string

PrependIcon

public Icon? PrependIcon { get; set; }

Property Value

Icon
To top