Class GanttGridNodeExpandedCommandBehavior<TReturn>
Provides the behavior for the GanttGrid node expanded command.
Inheritance
System.Object
GanttGridNodeExpandedCommandBehavior<TReturn>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.Gantt.MVVM
Assembly: Syncfusion.Gantt.MVVM.Wpf.dll
Syntax
public class GanttGridNodeExpandedCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, NodeExpandedEventArgs>
Type Parameters
| Name | Description |
|---|---|
| TReturn | The type of the return value. |
Constructors
GanttGridNodeExpandedCommandBehavior()
Initializes a new instance of the GanttGridNodeExpandedCommandBehavior<TReturn> class with default parameters.
Declaration
public GanttGridNodeExpandedCommandBehavior()
GanttGridNodeExpandedCommandBehavior(Func<Object, NodeExpandedEventArgs, TReturn>)
Initializes a new instance of the GanttGridNodeExpandedCommandBehavior<TReturn> class.
Declaration
public GanttGridNodeExpandedCommandBehavior(Func<object, NodeExpandedEventArgs, TReturn> builder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Func<System.Object, NodeExpandedEventArgs, TReturn> | builder | The builder function for the command behavior. |
Methods
OnTargetAttached()
Attaches the target object and subscribes to the NodeExpanded event of the GanttGrid.
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()