True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DropDataColumn Class / C1DropDataColumn Constructor / C1DropDataColumn Constructor(PropertyDescriptor,Frame)

In This Topic
    C1DropDataColumn Constructor(PropertyDescriptor,Frame)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As System.ComponentModel.PropertyDescriptor, _
       ByVal owner As Frame _
    )
    public C1DropDataColumn( 
       System.ComponentModel.PropertyDescriptor p,
       Frame owner
    )

    Parameters

    p
    owner
    See Also