RepeaterItemCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se è possibile modificare gli oggetti RepeaterItem nell'insieme RepeaterItemCollection.

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

Valore della proprietà

Boolean

false in tutti i casi.

Commenti

Questa proprietà restituisce false sempre per indicare che l'oggetto RepeaterItemCollection può essere scritto in in tutti i casi.

Si applica a