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

適用於