DataGridColumnCollection.IsReadOnly Property

Definition

Gets a value that indicates whether the columns in the DataGridColumnCollection collection can be modified.

public:
 property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

false in all cases.

Attributes

Remarks

This property always returns false to indicate that the DataGridColumnCollection collection can be written to in all cases.

Applies to

See also