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

In This Topic
    Frozen Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether this C1DisplayColumn is frozen.
    Syntax
    'Declaration
     
    Public Property Frozen As System.Boolean
    public System.bool Frozen {get; set;}

    Property Value

    true if frozen; otherwise, false.
    See Also