Interface ITimeMarker
Defines basic methods and properties of a time marker.
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.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. |