menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTreeControlExpandStateChangedCommandBehavior<TReturn> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTreeControlExpandStateChangedCommandBehavior<TReturn>

    Inheritance
    System.Object
    CommandBehaviorBase<GridTreeControl>
    BuilderCommandBehaviorBase<GridTreeControl, GridTreeNodeEventArgs, TReturn>
    GridTreeControlCommandBehaviorBase<TReturn, GridTreeNodeEventArgs>
    GridTreeControlExpandStateChangedCommandBehavior<TReturn>
    GridTreeControlExpandStateChangedCommandBehavior
    GridTreeControlExpandStateChangedCommandBehaviorWithEventArgs
    Inherited Members
    BuilderCommandBehaviorBase<GridTreeControl, GridTreeNodeEventArgs, TReturn>.builder
    BuilderCommandBehaviorBase<GridTreeControl, GridTreeNodeEventArgs, TReturn>.OnEventRaised(Object, GridTreeNodeEventArgs)
    CommandBehaviorBase<GridTreeControl>.Command
    CommandBehaviorBase<GridTreeControl>.CommandCanExecuteCheckEnabled
    CommandBehaviorBase<GridTreeControl>.CommandParameter
    CommandBehaviorBase<GridTreeControl>.ExecuteCommand()
    CommandBehaviorBase<GridTreeControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<GridTreeControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<GridTreeControl>.SetTargetObject(GridTreeControl)
    CommandBehaviorBase<GridTreeControl>.TargetObject
    CommandBehaviorBase<GridTreeControl>.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.Grid.MVVM
    Assembly: Syncfusion.Grid.MVVM.Wpf.dll
    Syntax
    public class GridTreeControlExpandStateChangedCommandBehavior<TReturn> : GridTreeControlCommandBehaviorBase<TReturn, GridTreeNodeEventArgs>
    Type Parameters
    Name
    TReturn

    Constructors

    GridTreeControlExpandStateChangedCommandBehavior()

    Declaration
    public GridTreeControlExpandStateChangedCommandBehavior()

    GridTreeControlExpandStateChangedCommandBehavior(Func<Object, GridTreeNodeEventArgs, TReturn>)

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

    Methods

    OnTargetAttached()

    Declaration
    protected override void OnTargetAttached()
    Overrides
    Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Grid.GridTreeControl>.OnTargetAttached()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved