MobileForms Toolkit Documentation

ItemDateTime.ShowTimeUpDown Property

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

public bool ShowTimeUpDown {get; set;}

Property Value

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

Remarks

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

See Also

ItemDateTime Class | Resco.Controls.DetailView Namespace