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

In This Topic
    Locked Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether editing is permitted in a column.
    Syntax
    'Declaration
     
    Public Property Locked As System.Boolean
    public System.bool Locked {get; set;}
    See Also