SliderInputT Class

Range input for a form.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class SliderInput<T> : InputComponentBase<T>
where T : class
Inheritance
Object    ComponentBase    InputComponentBaseT    SliderInputT

Type Parameters

T
The model the slider handles one of its properties for.

Constructors

SliderInputTInitializes a new instance of the SliderInputT class

Properties

Accessor Accessor for the property
Disabled Whether the input is disabled or not.
Label Form label
Max Maximum value of the range
Min Minimum value of the range
OnValueChanged Invoked on value change.
ToolTip Form Tooltip

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also