Class ReadonlyField
public class ReadonlyField : PropertyFieldBase<AttributeBase>, IComponent, IHandleEvent, IHandleAfterRender, IValidatable<AttributeBase>, IValidatable, IDisposable
- Inheritance
-
ReadonlyField
- Implements
- Inherited Members
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public override void Dispose()
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()