Skip to content

FormCollection.length

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Gets or sets the number of items in the collection.

This property overrides ReadOnlyFormCollection.length.

Property type: number.

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

Source references:

See also

Clone this wiki locally