InterfaceITimeMarker
Interface
Defines basic methods and properties of a time marker.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public interface ITimeMarker : IEquatable<ITimeMarker>
Inherited Members
Properties
TimeMarkerName
Gets or sets the name of the time marker.
Declaration
cs-api-definition
string TimeMarkerName { get; set; }
Property Value
The name of the time marker.