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, IValidatable<EntityCollectionProperty<T>>, IValidatable where T : IEntity<T>

Type Parameters

T
Inheritance
ListCollectionField<T>
Implements
Inherited Members

Properties

ContentRows

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

Property Value

int

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