Class ListCollectionField<T>
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
Splat
Extra attributes for the underlying <EntityListView> component.
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder