Table of Contents

Class ListCollectionField<T>

Namespace
The.Web.Entities.Fields
Assembly
Instagile.Web.Client.dll
public class ListCollectionField<T> : CollectionFieldBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, ITag where T : IEntity<T>

Type Parameters

T
Inheritance
ListCollectionField<T>
Implements
Inherited Members

Fields

DefaultContentRows

Used by DefaultEditSpec, so set .Height() if you set ContentRows.

public static readonly FieldHeight DefaultContentRows

Field Value

FieldHeight

Properties

ContentRows

[Parameter]
public FieldHeight ContentRows { get; set; }

Property Value

FieldHeight

Splat

Extra attributes for the underlying <EntityListView> component.

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder