MobileForms Toolkit Documentation

ItemTimeSpan.Text Property

Gets or sets the formated time string of the ItemTimeSpan.

public override string Text {get; set;}

Property Value

The time text associated with this ItemTimeSpan.

Remarks

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

ItemTimeSpan Class | Resco.Controls.DetailView Namespace