DataGridViewCell.Frozen Property

Definition

Gets a value indicating whether the cell is frozen.

public:
 virtual property bool Frozen { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Frozen { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Frozen : bool
Public Overridable ReadOnly Property Frozen As Boolean

Property Value

true if the cell is frozen; otherwise, false.

Attributes

Remarks

The value of the Frozen property depends on the state of the cell's parent row and column. If the Frozen property of either the row or column is set to true, the cell's Frozen property will also be true.

Applies to

See also