OptionalColorInputT Class

NullableColor input field for forms

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class OptionalColorInput<T> : InputComponentBase<T>
where T : class, IIdLabel
Inheritance
Object    ComponentBase    InputComponentBaseT    OptionalColorInputT

Type Parameters

T
Model the property is a part of

Constructors

OptionalColorInputTInitializes a new instance of the OptionalColorInputT class

Properties

Accessor Accessor for the property
Label Label left of the color input element
ToolTip Tooltip for the color input element
ValueChanged Value Changed event

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