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
AttachLeft
[Parameter]
public bool AttachLeft { get; set; }
Property Value
AttachRight
[Parameter]
public bool AttachRight { get; set; }
Property Value
AttachTop
[Parameter]
public bool AttachTop { get; set; }
Property Value
ChildContent
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
Dropdown
[Parameter]
public bool Dropdown { get; set; }
Property Value
HasChanges
[Parameter]
public bool HasChanges { get; set; }
Property Value
IsReadOnly
[Parameter]
public bool IsReadOnly { get; set; }
Property Value
Validity
[Parameter]
public MessageLevel? Validity { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder