RepeaterItemCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se gli RepeaterItem oggetti in RepeaterItemCollection possono essere modificati.

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

Valore della proprietà

false in tutti i casi.

Commenti

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

Si applica a