Interface IGanttRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGanttRow : IControl, IFrameworkElement, ITargetElement
Properties
Cells
Declaration
IList<GanttCell> Cells { get; }
Property Value
System.Collections.Generic.IList<GanttCell>
|