Skip to main content

ElementCollection<TElement> Class

The base for classes that implement document element collections.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v23.2.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