Class EventHistory
public class EventHistory : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
EventHistory
- Implements
- Inherited Members
Properties
Binding
[Parameter]
[EditorRequired]
public required IProperty<IList<EventModel>> Binding { get; set; }
Property Value
Max
[Parameter]
public int Max { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder