Class GanttGridNodeExpandingCommandBehavior<TReturn>
Provides the behavior for the GanttGrid node expanding command.
Inheritance
System.Object
GanttGridNodeExpandingCommandBehavior<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 GanttGridNodeExpandingCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, NodeExpandingEventArgs>
Type Parameters
| Name | Description |
|---|---|
| TReturn | The type of the return value. |
Constructors
GanttGridNodeExpandingCommandBehavior()
Initializes a new instance of the GanttGridNodeExpandingCommandBehavior<TReturn> class with default parameters.
Declaration
public GanttGridNodeExpandingCommandBehavior()
GanttGridNodeExpandingCommandBehavior(Func<Object, NodeExpandingEventArgs, TReturn>)
Initializes a new instance of the GanttGridNodeExpandingCommandBehavior<TReturn> class.
Declaration
public GanttGridNodeExpandingCommandBehavior(Func<object, NodeExpandingEventArgs, TReturn> builder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Func<System.Object, NodeExpandingEventArgs, TReturn> | builder | The builder function for the command behavior. |
Methods
OnTargetAttached()
Attaches the target object and subscribes to the NodeExpanding event of the GanttGrid.
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()