BindingSource.IsReadOnly Özellik

Tanım

Temel alınan listenin salt okunur olup olmadığını belirten bir değer alır.

public:
 virtual property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public Overridable ReadOnly Property IsReadOnly As Boolean

Özellik Değeri

Boolean

true liste salt okunur ise; aksi takdirde , false.

Uygulamalar

Öznitelikler

Açıklamalar

Salt okunur bir liste, liste oluşturulduktan sonra liste öğelerinin eklenmesine, kaldırılmasına veya değiştirilmesine izin vermez.

Şunlara uygulanır