DataGridItemCollection.IsReadOnly プロパティ

定義

DataGridItem コレクション内のDataGridItemCollection オブジェクトを変更できるかどうかを示す値を取得します。

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

プロパティ値

false すべてのケースで。

注釈

このプロパティは常に false を返し、すべてのケースで DataGridItemCollection コレクションを書き込むことができることを示します。

適用対象