ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewColumnGroupedEventArgs Class / Drag Property

In This Topic
    Drag Property (C1GridViewColumnGroupedEventArgs)
    In This Topic
    Drag source, the C1BaseField object being dragged.
    Syntax
    'Declaration
     
    Public ReadOnly Property Drag As C1BaseField
    public C1BaseField Drag {get;}
    See Also