RepeaterItemCollection.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om objekten RepeaterItemRepeaterItemCollection i kan ändras.

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

Egenskapsvärde

false i samtliga fall.

Kommentarer

Den här egenskapen returnerar false alltid för att indikera att RepeaterItemCollection kan skrivas till i alla fall.

Gäller för