WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridQueryCanDragRangeEventArgs - WPF API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class GridQueryCanDragRangeEventArgs

    Provides data about the cancelable event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridQueryCanDragRangeEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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 event to determine whether a specified range can serve as an OLE drag source. The event is fired when the user hovers the mouse over the edge of a selected range.

    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 Description
    GridRangeInfo

    See Also

    GridExcelLikeDragRangeEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved