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