WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttGrid - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttGrid

    Represents a control that can display the project infromation in table format.

    Inheritance
    System.Object
    GridTreeControl
    GanttGrid
    Implements
    System.IDisposable
    Inherited Members
    GridTreeControl.TemplateGrid
    GridTreeControl.RequestTreeItemsEvent
    GridTreeControl.RequestNodeImageEvent
    GridTreeControl.SelectedNodeProperty
    GridTreeControl.IgnoreResetOnListChangedProperty
    GridTreeControl.FooterRowsProperty
    GridTreeControl.FrozenRowsProperty
    GridTreeControl.UnboundRowsCountProperty
    GridTreeControl.UnboundRowPositionProperty
    GridTreeControl.ScrollViewerStyleProperty
    GridTreeControl.AllowDragColumnsProperty
    GridTreeControl.AllowSortProperty
    GridTreeControl.DefaultColumnWidthProperty
    GridTreeControl.ShowRowHeaderProperty
    GridTreeControl.VisualStyleProperty
    GridTreeControl.CustomVisualStyleProperty
    GridTreeControl.NotifyPropertyChangesProperty
    GridTreeControl.SortClickActionProperty
    GridTreeControl.TrackSelectionOnCollectionChangeProperty
    GridTreeControl.SortingOptionsProperty
    GridTreeControl.ParentPropertyNameProperty
    GridTreeControl.ParentPropertyNameChangedEvent
    GridTreeControl.ChildPropertyNameProperty
    GridTreeControl.ChildPropertyNameChangedEvent
    GridTreeControl.ItemsSourceProperty
    GridTreeControl.ItemsSourceChangedEvent
    GridTreeControl.EnableRenderOptimizationProperty
    GridTreeControl.AutoGenerateColumnsInfoProperty
    GridTreeControl.StyleManagerProperty
    GridTreeControl.HideEmptyChildGlyphsProperty
    GridTreeControl.ExpandStateAtStartUpProperty
    GridTreeControl.ExpandGlyphTypeProperty
    GridTreeControl.UpdateModeProperty
    GridTreeControl.EnableLegacyStyleProperty
    GridTreeControl.ContextMenuStyleProperty
    GridTreeControl.OnQueryVisibleColumnInfo(GridTreeQueryVisibleColumnInfoEventArgs)
    GridTreeControl.RaiseQueryVisibleColumnInfo(GridTreeQueryVisibleColumnInfoEventArgs)
    GridTreeControl.RaiseRequestTreeItems(GridTreeRequestChildListEventArgs)
    GridTreeControl.RaiseRequestNodeImage(GridTreeRequestNodeImageEventArgs)
    GridTreeControl.OnCreatingTreeNode(GridTreeCreatingNodeEventArgs)
    GridTreeControl.RaiseCreatingTreeNode(GridTreeCreatingNodeEventArgs)
    GridTreeControl.OnExpandStateChanging(GridTreeNode, GridTreeNodeActions)
    GridTreeControl.OnExpandStateChanged(GridTreeNode, GridTreeNodeActions)
    GridTreeControl.ExpandNode(GridTreeNode)
    GridTreeControl.CollapseNode(GridTreeNode)
    GridTreeControl.ExpandNode(Int32)
    GridTreeControl.CollapseNode(Int32)
    GridTreeControl.AutoPopulateColumnInfo()
    GridTreeControl.Reset()
    GridTreeControl.Populate()
    GridTreeControl.Dispose()
    GridTreeControl.SelectedNode
    GridTreeControl.IgnoreResetOnListChanged
    GridTreeControl.FooterRows
    GridTreeControl.FrozenRows
    GridTreeControl.UnboundRowsCount
    GridTreeControl.UnboundRowPosition
    GridTreeControl.ScrollViewerStyle
    GridTreeControl.AllowDragColumns
    GridTreeControl.AllowSort
    GridTreeControl.SourceType
    GridTreeControl.DefaultColumnWidth
    GridTreeControl.ShowRowHeader
    GridTreeControl.VisualStyle
    GridTreeControl.CustomVisualStyle
    GridTreeControl.NotifyPropertyChanges
    GridTreeControl.PercentSizingBehavior
    GridTreeControl.FreezeExpandColumn
    GridTreeControl.ReadOnly
    GridTreeControl.SupportRowSizing
    GridTreeControl.SupportNodeImages
    GridTreeControl.SortClickAction
    GridTreeControl.EnableNodeSelection
    GridTreeControl.TrackSelectionOnCollectionChange
    GridTreeControl.EnableSelections
    GridTreeControl.EnableRenderCheckIfGlyphNeeded
    GridTreeControl.EnableSortOnEdit
    GridTreeControl.EnableMultiColumnSorting
    GridTreeControl.EnableTriStateSorting
    GridTreeControl.SortingOptions
    GridTreeControl.ParentPropertyName
    GridTreeControl.SelfRelationRootValue
    GridTreeControl.ChildPropertyName
    GridTreeControl.ItemsSource
    GridTreeControl.EnableHotRowMarker
    GridTreeControl.EnableRenderOptimization
    GridTreeControl.ShowExpandColumnBorders
    GridTreeControl.RowHeaderWidth
    GridTreeControl.ShowColumnHeaders
    GridTreeControl.AutoPopulateColumns
    GridTreeControl.AutoGenerateColumnsInfo
    GridTreeControl.Columns
    GridTreeControl.AllowAutoSizingNodeColumn
    GridTreeControl.AutosizingNodeColumnOption
    GridTreeControl.ColumnHeaderStyle
    GridTreeControl.LevelStyles
    GridTreeControl.SupportsVisualStyles
    GridTreeControl.StyleManager
    GridTreeControl.HideEmptyChildGlyphs
    GridTreeControl.ExpandStateAtStartUp
    GridTreeControl.ExpandGlyphType
    GridTreeControl.UpdateMode
    GridTreeControl.EnableLegacyStyle
    GridTreeControl.SelectedNodes
    GridTreeControl.Model
    GridTreeControl.ContextMenuStyle
    GridTreeControl.NodesPopulated
    GridTreeControl.ModelLoaded
    GridTreeControl.QueryVisibleColumnInfo
    GridTreeControl.RequestTreeItems
    GridTreeControl.RequestNodeImage
    GridTreeControl.CreatingTreeNode
    GridTreeControl.ParentPropertyNameChanged
    GridTreeControl.ChildPropertyNameChanged
    GridTreeControl.ItemsSourceChanged
    GridTreeControl.ExpandStateChanging
    GridTreeControl.ExpandStateChanged
    Namespace: Syncfusion.Windows.Controls.Gantt.Grid
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttGrid : GridTreeControl, IDisposable

    Constructors

    GanttGrid()

    Initializes a new instance of the GanttGrid class.

    Declaration
    public GanttGrid()

    Fields

    HeaderBackgroundProperty

    The DependencyProperty for HeaderBackground property.

    Declaration
    public static readonly DependencyProperty HeaderBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HeaderForegroundProperty

    The DependencyProperty for HeaderForeground property.

    Declaration
    public static readonly DependencyProperty HeaderForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowAddNewColumnProperty

    Gets or sets the ShowAddnewColumn property The DependencyProperty for ShowAddNewColumn property.

    Declaration
    public static readonly DependencyProperty ShowAddNewColumnProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowDateWithTimeProperty

    The DependencyProperty for ShowDateWithTime property.

    Declaration
    public static readonly DependencyProperty ShowDateWithTimeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    GanttModel

    Gets the gantt model.

    Declaration
    public GanttModel GanttModel { get; }
    Property Value
    Type Description
    GanttModel

    The gantt model.

    HeaderBackground

    Gets or sets the header background.

    Declaration
    public Brush HeaderBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The System.Windows.Media.Brush value.

    HeaderForeground

    Gets or sets the header foreground.

    Declaration
    public Brush HeaderForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The System.Windows.Media.Brush value.

    ShowAddNewColumn

    Gets or sets a value indicating whether [show add new column].

    Declaration
    public bool ShowAddNewColumn { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show add new column]; otherwise, false.

    ShowDateWithTime

    Gets or sets a value indicating whether [show date with time].

    Declaration
    public bool ShowDateWithTime { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show date with time]; otherwise, false.

    Methods

    CollapseAllNodes()

    Collapses all expanded nodes.

    Declaration
    public void CollapseAllNodes()

    CollapseAllNodes(GridTreeNode)

    Collapse all passed-in node as well as child nodes of the passed-in node.

    Declaration
    public void CollapseAllNodes(GridTreeNode n)
    Parameters
    Type Name Description
    GridTreeNode n

    The node to be collapsed.

    ExpandAllNodes()

    Expand all nodes.

    Declaration
    public void ExpandAllNodes()

    ExpandAllNodes(GridTreeNode)

    Expands the given node and all of its child nodes.

    Declaration
    public void ExpandAllNodes(GridTreeNode n)
    Parameters
    Type Name Description
    GridTreeNode n

    The node to be expanded.

    OnApplyTemplate()

    Called when [apply template].

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GridTreeControl.OnApplyTemplate()

    OnMouseMove(MouseEventArgs)

    Method gets called when the mouse gets moved.

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    The mouse event arguments.

    OnNodesSorted()

    Method gets called on node sorted.

    Declaration
    protected override void OnNodesSorted()
    Overrides
    GridTreeControl.OnNodesSorted()

    Implements

    System.IDisposable

    Extension Methods

    GridPrintExtensions.ShowPrintDialog(GridTreeControl)
    GridPrintExtensions.ShowPrintDialog(GridTreeControl, Action<GridPrintDialog>)
    GridPrintExtensions.Print(GridTreeControl, Action<PrintDialog>)
    GridPrintExtensions.Print(GridTreeControl)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, GridRangeInfo, String, ExcelVersion)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, GridRangeInfo, String, ExcelVersion, GridCellExportToExcelHandler)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, String, ExcelVersion)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, String, ExcelVersion, GridCellExportToExcelHandler)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, GridRangeInfo, IWorksheet, IRange)
    GridTreeControlExportExtensions.ExportToExcel(GridTreeControl, GridRangeInfo, IWorksheet, IRange, GridCellExportToExcelHandler)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved