Interface ITimeMarker
Defines basic methods and properties of a time marker.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ITimeMarker : IEquatable<ITimeMarker>
Properties
TimeMarkerName
Gets or sets the name of the time marker.
Declaration
string TimeMarkerName { get; set; }
Property Value
System.String
The name of the time marker. |