True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / Editor Property

In This Topic
    Editor Property (C1DataColumn)
    In This Topic
    Gets or sets the editor that is used to edit cell data.
    Syntax
    'Declaration
     
    Public Property Editor As System.Windows.Forms.Control
    public System.Windows.Forms.Control Editor {get; set;}
    See Also