MobileForms Toolkit Documentation

ItemTimeSpan.ShowTimeUpDown Property

Gets or sets a value indicating whether an up-down control is used to adjust the time value.

public virtual bool ShowTimeUpDown {get; set;}

Property Value

true if an up-down control is used to adjust the time value; otherwise, false. The default is false.

Remarks

When ShowTimeUpDown is set to true, an up-down control is used to adjust time values instead of the drop-down time-picker. The time can be adjusted by selecting each element individually and using the up and down buttons to change the value.

See Also

ItemTimeSpan Class | Resco.Controls.DetailView Namespace