DataGridTextBoxColumn.ReadOnly プロパティ

定義

テキスト ボックスの列が読み取り専用かどうかを示す値を設定します。

public:
 virtual property bool ReadOnly { bool get(); void set(bool value); };
public override bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Overrides Property ReadOnly As Boolean

プロパティ値

テキスト ボックスの列が読み取り専用の場合は true。それ以外の場合は false

適用対象