Table of Contents

Class BoxButton

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll

This is not just a button shaped like a box, but one intended for use in a box - attached to its right edge.

public class BoxButton : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
BoxButton
Implements
Inherited Members

Properties

AttachBottom

[Parameter]
public bool AttachBottom { get; set; }

Property Value

bool

AttachLeft

[Parameter]
public bool AttachLeft { get; set; }

Property Value

bool

AttachRight

[Parameter]
public bool AttachRight { get; set; }

Property Value

bool

AttachTop

[Parameter]
public bool AttachTop { get; set; }

Property Value

bool

ChildContent

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

HasChanges

[Parameter]
public bool HasChanges { get; set; }

Property Value

bool

IsReadOnly

[Parameter]
public bool IsReadOnly { get; set; }

Property Value

bool

Splat

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Validity

[Parameter]
public MessageLevel? Validity { get; set; }

Property Value

MessageLevel?

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder