Class TaskIndentedEventArgs
Represents the class for task indented event arguments.
Inheritance
System.Object
TaskIndentedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskIndentedEventArgs : EventArgs
Constructors
TaskIndentedEventArgs()
Declaration
public TaskIndentedEventArgs()
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 indented task.
Declaration
public object ParentTask { get; }
Property Value
Type |
---|
System.Object |