DataViewSettingCollection.IsReadOnly Property

Definition

Gets a value that indicates whether the DataViewSettingCollection is read-only.

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

Property Value

Always returns true to indicate the collection is read-only.

Attributes

Applies to