IBindingList.AllowNew Proprietà

Definizione

Indica se è possibile aggiungere elementi all'elenco utilizzando il metodo AddNew().

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

Valore della proprietà

true se è possibile aggiungere elementi all'elenco utilizzando il metodo AddNew(), in caso contrario false.

Commenti

Se IList.IsFixedSize o IList.IsReadOnly è true, questa proprietà restituisce false.

Si applica a