Class TimeSpanComponentCollection
Represents a collection of TimeSpanComponentBase instances.
Inheritance
System.Object
TimeSpanComponentCollection
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class TimeSpanComponentCollection : FreezableCollection<TimeSpanComponentBase>
Constructors
TimeSpanComponentCollection()
Declaration
public TimeSpanComponentCollection()
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
|