Class GridQueryCanDragRangeEventArgs
Provides data about the cancelable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridQueryCanDragRangeEventArgs : SyncfusionCancelEventArgs
Remarks
GridQueryCanOleDragRangeEventArgs is a custom event argument class used by the
You can disallow the specified range to be used as OLE Data Source when you assign true to System.ComponentModel.CancelEventArgs.Cancel.
Constructors
GridQueryCanDragRangeEventArgs(GridRangeInfo)
Initializes a new object.
Declaration
public GridQueryCanDragRangeEventArgs(GridRangeInfo range)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | The range to be used as OLE data source. |
Properties
Range
Gets the range to be used as OLE data source.
Declaration
[TraceProperty(true)]
public GridRangeInfo Range { get; }
Property Value
Type |
---|
GridRangeInfo |