DataGridViewHeaderCell.ReadOnly Propriété

Définition

Obtient une valeur indiquant si la cellule d’en-tête est en lecture seule.

public:
 virtual property bool ReadOnly { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool ReadOnly { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ReadOnly : bool with get, set
Public Overrides Property ReadOnly As Boolean

Valeur de propriété

true dans tous les cas.

Attributs

Exceptions

Une opération tente de définir cette propriété.

S’applique à

Voir aussi