IMilestone
Interface
Interface representing objects that can be set as a milestone.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public interface IMilestone : IDateRange
Derived Classes:
Inherited Members
Properties
Gets or sets a value indicating whether the instance is a milestone.
C#
bool IsMilestone { get; set; }