Class GanttGridRequestTreeItemsCommandBehavior<TReturn>
Inheritance
System.Object
GanttGridRequestTreeItemsCommandBehavior<TReturn>
Inherited Members
Namespace: Syncfusion.Windows.Controls.Gantt.MVVM
Assembly: Syncfusion.Gantt.MVVM.Wpf.dll
Syntax
public class GanttGridRequestTreeItemsCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, TreeGridRequestTreeItemsEventArgs>
Type Parameters
Name |
---|
TReturn |
Constructors
GanttGridRequestTreeItemsCommandBehavior()
Declaration
public GanttGridRequestTreeItemsCommandBehavior()
GanttGridRequestTreeItemsCommandBehavior(Func<Object, TreeGridRequestTreeItemsEventArgs, TReturn>)
Declaration
public GanttGridRequestTreeItemsCommandBehavior(Func<object, TreeGridRequestTreeItemsEventArgs, TReturn> builder)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Object, TreeGridRequestTreeItemsEventArgs, TReturn> | builder |
Methods
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()