Class GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn>
Inheritance
System.Object
GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn>
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid.MVVM
Assembly: Syncfusion.Grid.MVVM.Wpf.dll
Syntax
public class GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn> : GridDataControlCommandBehaviorBase<TReturn, GridQueryContextMenuInfoEventArgs>
Type Parameters
Name |
---|
TReturn |
Constructors
GridDataTableModelQueryContextMenuInfoCommandBehavior()
Declaration
public GridDataTableModelQueryContextMenuInfoCommandBehavior()
GridDataTableModelQueryContextMenuInfoCommandBehavior(Func<Object, GridQueryContextMenuInfoEventArgs, TReturn>)
Declaration
public GridDataTableModelQueryContextMenuInfoCommandBehavior(Func<object, GridQueryContextMenuInfoEventArgs, TReturn> builder)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Object, GridQueryContextMenuInfoEventArgs, TReturn> | builder |
Methods
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Controls.Grid.GridDataControl>.OnTargetAttached()