Class GanttGridNodeCollapsingCommandBehavior<TReturn>
Inheritance
System.Object
GanttGridNodeCollapsingCommandBehavior<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 GanttGridNodeCollapsingCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, NodeCollapsingEventArgs>
Type Parameters
Name |
---|
TReturn |
Constructors
GanttGridNodeCollapsingCommandBehavior()
Declaration
public GanttGridNodeCollapsingCommandBehavior()
GanttGridNodeCollapsingCommandBehavior(Func<Object, NodeCollapsingEventArgs, TReturn>)
Declaration
public GanttGridNodeCollapsingCommandBehavior(Func<object, NodeCollapsingEventArgs, TReturn> builder)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Object, NodeCollapsingEventArgs, TReturn> | builder |
Methods
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Gantt.GanttControl>.OnTargetAttached()