Skip to content

ObservableCollection.length

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
API / ObservableCollection<TItem> / length property

Gets or sets the number of items in the collection.

This property overrides ReadOnlyObservableCollection.length.

Property type: number.

public get length(): number
public set length(value: number)

Source references:

See also

Clone this wiki locally