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

In This Topic
    ShowReadOnlyAsDisabled Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether checkboxes or radiobuttons in this column look like as disabled when this column is read only.
    Syntax
    'Declaration
     
    Public Property ShowReadOnlyAsDisabled As System.Boolean
    public System.bool ShowReadOnlyAsDisabled {get; set;}
    See Also