Interface IMilestone
Interface representing objects that can be set as a milestone.
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface IMilestone : IDateRange
Properties
IsMilestone
Gets or sets a value indicating whether the instance is a milestone.
Declaration
bool IsMilestone { get; set; }
Property Value
System.Boolean
|