Class GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn>
Inheritance
System.Object
GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn>
Inherited Members
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 GridDataTableModelQueryContextMenuInfoCommandBehavior<TReturn> : GridDataControlCommandBehaviorBase<TReturn, GridQueryContextMenuInfoEventArgs>
Type Parameters
Name | Description |
---|---|
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()