MobileForms Toolkit Documentation

ItemTouchDateTime.Value Property

Gets or sets the object of the DateTime picker Item.

public override object Value {get; set;}

Property Value

The object associated with this Item.

Remarks

This property return DateTime value that represent date and time. The value can be set only to DateTime convertible types. Value can be set to a null reference if both AllowNoneDate is set to true and AllowNullAsDate is true. Otherwise a null reference as Value is converted to NoneDateTime.

See Also

ItemTouchDateTime Class | Resco.Controls.DetailView Namespace