Class SectionField<T>
public class SectionField<T> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Type Parameters
T
- Inheritance
-
SectionField<T>
- Implements
- Inherited Members
Properties
Binding
[Parameter]
public Func<Task<T>>? Binding { get; set; }
Property Value
CanCreate
[Parameter]
public bool CanCreate { get; set; }
Property Value
CanDelete
[Parameter]
public bool CanDelete { get; set; }
Property Value
ChildContent
[Parameter]
public RenderFragment<T>? ChildContent { get; set; }
Property Value
ContentRows
[Parameter]
public FieldHeight ContentRows { get; set; }
Property Value
FieldContext
[CascadingParameter]
public FieldContext? FieldContext { get; set; }
Property Value
LoadingContent
[Parameter]
public RenderFragment<T>? LoadingContent { get; set; }
Property Value
Property
The property this field is bound to. Supplies the command context's container and name.
[Parameter]
[EditorRequired]
public IProperty Property { get; set; }
Property Value
Title
[Parameter]
public RenderFragment<T>? Title { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()