ElementCollection<TElement> Class
The base for classes that implement document element collections.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v22.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
Show 11 items
See Also