WPF

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

    Show / Hide Table of Contents

    Class GridDataControlCellButtonClickCommandBehavior<TReturn>

    Inheritance
    System.Object
    CommandBehaviorBase<GridDataControl>
    BuilderCommandBehaviorBase<GridDataControl, GridCellButtonClickEventArgs, TReturn>
    GridDataControlCommandBehaviorBase<TReturn, GridCellButtonClickEventArgs>
    GridDataControlCellButtonClickCommandBehavior<TReturn>
    GridDataControlCellButtonClickCommandBehavior
    GridDataControlCellButtonClickCommandBehaviorWithEventArgs
    Inherited Members
    BuilderCommandBehaviorBase<GridDataControl, GridCellButtonClickEventArgs, TReturn>.builder
    BuilderCommandBehaviorBase<GridDataControl, GridCellButtonClickEventArgs, TReturn>.OnEventRaised(Object, GridCellButtonClickEventArgs)
    CommandBehaviorBase<GridDataControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<GridDataControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<GridDataControl>.UpdateEnabledState()
    CommandBehaviorBase<GridDataControl>.ExecuteCommand()
    CommandBehaviorBase<GridDataControl>.SetTargetObject(GridDataControl)
    CommandBehaviorBase<GridDataControl>.Command
    CommandBehaviorBase<GridDataControl>.CommandParameter
    CommandBehaviorBase<GridDataControl>.TargetObject
    CommandBehaviorBase<GridDataControl>.CommandCanExecuteCheckEnabled
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid.MVVM
    Assembly: Syncfusion.Grid.MVVM.Wpf.dll
    Syntax
    public class GridDataControlCellButtonClickCommandBehavior<TReturn> : GridDataControlCommandBehaviorBase<TReturn, GridCellButtonClickEventArgs>
    Type Parameters
    Name Description
    TReturn

    Constructors

    GridDataControlCellButtonClickCommandBehavior()

    Declaration
    public GridDataControlCellButtonClickCommandBehavior()

    GridDataControlCellButtonClickCommandBehavior(Func<Object, GridCellButtonClickEventArgs, TReturn>)

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

    Methods

    OnTargetAttached()

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