DataGridColumnCollection.IsSynchronized Property

Definition

Gets a value indicating whether access to the DataGridColumnCollection collection is synchronized (thread safe).

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

Property Value

false in all cases.

Implements

Attributes

Remarks

This property is derived from the System.Collections.ICollection class and is overridden to always return false.

For more information on the IsSynchronized property, see the ICollection.IsSynchronized property of the System.Collections.ICollection interface.

Applies to

See also