IBindingList.AllowNew Propiedad

Definición

Obtiene si puede agregar elementos a la lista mediante AddNew().

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

Valor de propiedad

true si puede agregar elementos a la lista mediante AddNew(); de lo contrario, false.

Comentarios

Si IList.IsFixedSize o IList.IsReadOnly es true, esta propiedad devuelve false.

Se aplica a