Table of Contents

Class InputBaseWithMinAndMax<TValue>

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class InputBaseWithMinAndMax<TValue> : InputBase<TValue>

Type Parameters

TValue
Inheritance
EditorBase<TValue>
InputBase<TValue>
InputBaseWithMinAndMax<TValue>
Derived
Inherited Members
Extension Methods

Properties

Max

public TValue? Max { get; }

Property Value

TValue

Min

public TValue? Min { get; }

Property Value

TValue
To top