Class TimeMarkerCollection
Inheritance
System.Object
TimeMarkerCollection
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeMarkerCollection : ObservableCollection<ITimeMarker>
Constructors
TimeMarkerCollection()
Declaration
public TimeMarkerCollection()
TimeMarkerCollection(IEnumerable<ITimeMarker>)
Declaration
public TimeMarkerCollection(IEnumerable<ITimeMarker> collection)
Parameters
System.
|