Table of Contents

Class BoxChrome

Namespace
The.Web.Controls.Primitives
Assembly
Instagile.Web.Client.dll
public class BoxChrome : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
BoxChrome
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

Dropdown

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

Property Value

bool

HasChanges

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

Property Value

bool

IsReadOnly

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

Property Value

bool

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