Skip to main content
A newer version of this page is available. .

ElementCollection<TElement> Class

The base for classes that implement document element collections.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v22.1.dll

NuGet Package: DevExpress.Blazor.RichEdit

Declaration

public abstract class ElementCollection<TElement>

Type Parameters

Name Description
TElement

The type of elemetns in the collection.

Inheritance

See Also