IsReadOnly

DateFormatCollection.IsReadOnly property

Gets a value indicating whether the collection is read-only.

public bool IsReadOnly { get; }

Property Value

true if the collection is read-only; otherwise, false.

See Also