alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GanttGridNodesPopulatedCommandBehavior<TReturn>

    Provides the behavior for the GanttGrid nodes populated command.

    Inheritance
    System.Object
    CommandBehaviorBase<GanttControl>
    BuilderCommandBehaviorBase<GanttControl, System.EventArgs, TReturn>
    GanttControlCommandBehaviorBase<TReturn, System.EventArgs>
    GanttGridNodesPopulatedCommandBehavior<TReturn>
    GanttGridNodesPopulatedCommandBehavior
    GanttGridNodesPopulatedCommandBehaviorWithEventArgs
    Inherited Members
    BuilderCommandBehaviorBase<GanttControl, EventArgs, TReturn>.builder
    BuilderCommandBehaviorBase<GanttControl, EventArgs, TReturn>.OnEventRaised(Object, EventArgs)
    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 GanttGridNodesPopulatedCommandBehavior<TReturn> : GanttControlCommandBehaviorBase<TReturn, EventArgs>
    Type Parameters
    Name Description
    TReturn

    The type of the return value.

    Constructors

    GanttGridNodesPopulatedCommandBehavior()

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

    Declaration
    public GanttGridNodesPopulatedCommandBehavior()

    GanttGridNodesPopulatedCommandBehavior(Func<Object, EventArgs, TReturn>)

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

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

    The builder function for the command behavior.

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