MobileForms Toolkit Documentation

ItemTouchDateTime.Text Property

Gets or sets the formated date-time string of the ItemTouchDateTime.

public override string Text {get; set;}

Property Value

The date-time text associated with this ItemTouchDateTime.

Remarks

The Text property gets or sets only string representation of obejct value of an ItemTouchDateTime. If you want to get or set object use Value property instead of this.

When you set this property also OnItemChanged event is raised.

See Also

ItemTouchDateTime Class | Resco.Controls.DetailView Namespace