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