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