Interface ISummary
Interface representing objects that can be a summary and can have children.
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface ISummary : IHierarchical, IDateRange
Properties
IsSummary
Gets a value indicating whether the instance is a summary.
Declaration
bool IsSummary { get; }
Property Value
System.Boolean
|