共用方式為


DataGridCell.IsReadOnly 屬性

定義

取得值,這個值表示儲存格是否可以設為編輯模式。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

Boolean

如果儲存格無法設為編輯模式,則為 true,否則為 false。 已註冊的預設值是 false。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty

備註

IsReadOnly 屬性設定為 true ,讓個別儲存格成為唯讀。 將 DataGridColumn.IsReadOnly 屬性設定為 true ,讓個別資料行中的所有儲存格成為唯讀。 將 DataGrid.IsReadOnly 屬性設定為 true ,讓唯讀中的所有 DataGrid 儲存格如果 、資料行和儲存格層級的 DataGrid 設定發生衝突,則 true 的值會優先于 的值 false

適用於