Class GanttGrid
Represents a control that can display the project information in table format.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class GanttGrid : SfTreeGrid, IDisposable
Constructors
GanttGrid()
Initializes a new instance of the GanttGrid class.
Declaration
public GanttGrid()
Methods
OnApplyTemplate()
Called when template is applied.
Declaration
protected override void OnApplyTemplate()
Overrides
Implements
System.IDisposable