menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskOutdentingEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TaskOutdentingEventArgs

    Represents the class for task outdenting event arguments.

    Inheritance
    System.Object
    TaskOutdentingEventArgs
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class TaskOutdentingEventArgs : CancelEventArgs

    Constructors

    TaskOutdentingEventArgs()

    Declaration
    public TaskOutdentingEventArgs()

    Properties

    Item

    Gets the task which is outdented.

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    ParentTask

    Gets the parent task of the outdented task.

    Declaration
    public object ParentTask { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved