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