Version

UltraTimeSpanEditor Class

Supports editing and rendering values of type System.TimeSpan.
Syntax
'Declaration
 
Public Class UltraTimeSpanEditor 
   Inherits UltraTextEditor
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraTimeSpanEditor : UltraTextEditor, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IProvidesEmbeddableEditor, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The UltraTimeSpanEditor control implements the IProvidesEmbeddableEditor interface, which is the mechanism through which an embeddable editor is provided to consumers such as the UltraGrid control. The UltraTimeSpanEditor control utilizes this editor as well. It provides an ideal user interface for editing TimeSpan values which represent units of time between minutes and days.

The UltraTimeSpanEditor does not support units of time less than one minute in duration.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also