DataGridItemCollection.IsReadOnly プロパティ

定義

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

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

プロパティ値

Boolean

常に false

注釈

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

適用対象