IBindingList.AllowNew Propiedad

Definición

Obtiene si se pueden 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 se pueden agregar elementos a la lista mediante AddNew(); en caso contrario, false.

Comentarios

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

Se aplica a