Class IsEnabledColumnComponent
Inheritance
IsEnabledColumnComponent
Assembly: Volo.Abp.LanguageManagement.Blazor.dll
Syntax
public class IsEnabledColumnComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
IsEnabledColumnComponent()
Declaration
public IsEnabledColumnComponent()
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