Class EmptyLayout
Inherited Members
Namespace: OEMS.UI.Components.Layout
Assembly: OEMS.UI.dll
Syntax
public class EmptyLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Properties
NavMenuRef
Declaration
public NavMenu? NavMenuRef { get; }
Property Value
Type | Description |
---|---|
NavMenu |
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |