WPF

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

    Show / Hide Table of Contents

    Class GanttChartRowItemsPresenter

    Represents a panel that will present the Gantt Chart Row Items.

    Inheritance
    System.Object
    GanttChartRowItemsPresenter
    Namespace: Syncfusion.Windows.Controls.Gantt.Chart
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttChartRowItemsPresenter : Panel

    Constructors

    GanttChartRowItemsPresenter()

    Initializes a new instance of the GanttChartRowItemsPresenter class.

    Declaration
    public GanttChartRowItemsPresenter()

    Methods

    ArrangeOverride(Size)

    Override method gets called framework arrange override.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final size.

    Returns
    Type Description
    System.Windows.Size

    The calculated size.

    MeasureOverride(Size)

    override method gets called framework measure override.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The available size.

    Returns
    Type Description
    System.Windows.Size

    The calculated size.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved