menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeResizingEventArgs - API Reference

    Show / Hide Table of Contents

    Class NodeResizingEventArgs

    Class which is used as the argument for Node Resizing Delta and Node Resizing Completed Events

    Inheritance
    System.Object
    NodeResizingEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class NodeResizingEventArgs : RoutedEventArgs

    Constructors

    NodeResizingEventArgs()

    Declaration
    public NodeResizingEventArgs()

    Properties

    End

    Gets or sets the end.

    Declaration
    public double End { get; set; }
    Property Value
    Type Description
    System.Double

    The end.

    EndTime

    Gets or sets the end time.

    Declaration
    public DateTime EndTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    The end time.

    Node

    Gets or sets the node.

    Declaration
    public GanttNode Node { get; set; }
    Property Value
    Type Description
    GanttNode

    The node.

    NodePresenter

    Gets or sets the node parent.

    Declaration
    public GanttChartRowItemsPresenter NodePresenter { get; }
    Property Value
    Type Description
    GanttChartRowItemsPresenter

    The node parent.

    ResizingDirection

    Gets or sets the resizing direction.

    Declaration
    public Directions ResizingDirection { get; set; }
    Property Value
    Type Description
    Directions

    The resizing direction.

    Start

    Gets or sets the start.

    Declaration
    public double Start { get; set; }
    Property Value
    Type Description
    System.Double

    The start.

    StartTime

    Gets or sets the start time.

    Declaration
    public DateTime StartTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    The start time.

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