Class TaskCollapsingEventArgs
Represents the class for task collapsing event arguments.
Inheritance
System.Object
TaskCollapsingEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskCollapsingEventArgs : CancelEventArgs
Constructors
TaskCollapsingEventArgs()
Declaration
public TaskCollapsingEventArgs()
Properties
Item
Gets the collapsing parent task item.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |