alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GanttGridCreatingTreeNodeCommandBehavior<TReturn>

    Provides the behavior for the GanttGrid creating tree node command.

    Inheritance
    System.Object
    CommandBehaviorBase<GanttControl>
    BuilderCommandBehaviorBase<GanttControl, GridTreeCreatingNodeEventArgs, TReturn>
    GanttControlCommandBehaviorBase<TReturn, GridTreeCreatingNodeEventArgs>
    GanttGridCreatingTreeNodeCommandBehavior<TReturn>
    GanttGridCreatingTreeNodeCommandBehavior
    GanttGridCreatingTreeNodeCommandBehaviorWithEventArgs
    Inherited Members
    BuilderCommandBehaviorBase<GanttControl, GridTreeCreatingNodeEventArgs, TReturn>.builder
    BuilderCommandBehaviorBase<GanttControl, GridTreeCreatingNodeEventArgs, TReturn>.OnEventRaised(Object, GridTreeCreatingNodeEventArgs)
    CommandBehaviorBase<GanttControl>.Command
    CommandBehaviorBase<GanttControl>.CommandCanExecuteCheckEnabled
    CommandBehaviorBase<GanttControl>.CommandParameter
    CommandBehaviorBase<GanttControl>.ExecuteCommand()
    CommandBehaviorBase<GanttControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<GanttControl>.OnTargetAttached()
    CommandBehaviorBase<GanttControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<GanttControl>.SetTargetObject(GanttControl)
    CommandBehaviorBase<GanttControl>.TargetObject
    CommandBehaviorBase<GanttControl>.UpdateEnabledState()
    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 GanttGridCreatingTreeNodeCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, GridTreeCreatingNodeEventArgs>
    Type Parameters
    Name Description
    TReturn

    The type of the return value.

    Constructors

    GanttGridCreatingTreeNodeCommandBehavior()

    Initializes a new instance of the GanttGridCreatingTreeNodeCommandBehavior<TReturn> class with default parameters.

    Declaration
    public GanttGridCreatingTreeNodeCommandBehavior()

    GanttGridCreatingTreeNodeCommandBehavior(Func<Object, GridTreeCreatingNodeEventArgs, TReturn>)

    Initializes a new instance of the GanttGridCreatingTreeNodeCommandBehavior<TReturn> class.

    Declaration
    public GanttGridCreatingTreeNodeCommandBehavior(Func<object, GridTreeCreatingNodeEventArgs, TReturn> builder)
    Parameters
    Type Name Description
    System.Func<System.Object, GridTreeCreatingNodeEventArgs, TReturn> builder

    The builder function for the command behavior.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved