MobileForms Toolkit Documentation

ItemDateTime.Text Property

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

public override string Text {get; set;}

Property Value

The date-time text associated with this ItemDateTime.

Remarks

The Text property gets or sets only string representation of obejct value of an ItemDateTime. 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

ItemDateTime Class | Resco.Controls.DetailView Namespace