Class IsEnabledColumnComponent
Inherited Members
Namespace: Volo.Abp.LanguageManagement.Blazor.Pages.LanguageManagement.Components
Assembly: Volo.Abp.LanguageManagement.Blazor.dll
Syntax
public class IsEnabledColumnComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IAsyncDisposable
Constructors
IsEnabledColumnComponent()
Declaration
public IsEnabledColumnComponent()
Properties
Data
Declaration
[Parameter]
public object Data { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |