DetailsViewRowCollection.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om raderna DetailsViewRowCollection i objektet kan ändras.

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

Egenskapsvärde

Returnerar alltid false.

Kommentarer

Använd egenskapen IsReadOnly för att avgöra om objekten DetailsViewRowDetailsViewRowCollection i objektet kan ändras.

Note

Den här egenskapen har åsidosätts för att alltid returnera false, för att indikera att objekten DetailsViewRowDetailsViewRowCollection i objektet kan ändras i alla fall.

Gäller för

Se även