Class EditSection
public class EditSection : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
EditSection
- Implements
- Inherited Members
Properties
Entity
[Parameter]
public IEntity? Entity { get; set; }
Property Value
FieldContext
[CascadingParameter]
public FieldContext? FieldContext { get; set; }
Property Value
Section
[Parameter]
public SectionSpec? Section { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder