Class IsLayoutColumnComponent
Inheritance
IsLayoutColumnComponent
Assembly: Volo.Abp.TextTemplateManagement.Blazor.dll
Syntax
public class IsLayoutColumnComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
IsLayoutColumnComponent()
Declaration
public IsLayoutColumnComponent()
Properties
Data
Declaration
[Parameter]
public object Data { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements
Extension Methods