Class RadzenContent
RadzenContent component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenContent : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenContent()
RadzenContent component.
Declaration
public RadzenContent()
Properties
Container
Gets or sets the container.
Declaration
[Parameter]
public string Container { get; set; }
Property Value
Type | Description |
---|---|
string | The container. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenContent component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |