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
-
EditorBase<T>InputBase<T>
- Derived
- Inherited Members
- Extension Methods
Properties
Append
public string Append { get; set; }
Property Value
ExampleValue
public string ExampleValue { get; set; }
Property Value
Placeholder
public string Placeholder { get; set; }
Property Value
Prepend
public string Prepend { get; set; }
Property Value
PrependIcon
public Icon? PrependIcon { get; set; }