Class TaskIndentingEventArgs
Represents the class for task indenting event arguments.
Inheritance
System.Object
TaskIndentingEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskIndentingEventArgs : CancelEventArgs
Constructors
TaskIndentingEventArgs()
Declaration
public TaskIndentingEventArgs()
Properties
Item
Gets the task which is indented.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
ParentTask
Gets the parent task of the intended task.
Declaration
public object ParentTask { get; }
Property Value
Type |
---|
System.Object |