RadzenBody component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponentWithChildren.ChildContent
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenBody : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRenderGets or sets a value indicating whether this RadzenBody is expanded.
public bool Expanded { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenBody is expanded. |
Gets or sets a callback raised when the component is expanded or collapsed.
public EventCallback<bool> ExpandedChanged { get; set; }
| Type | Description |
|---|---|
| EventCallback<bool> | Gets or sets a callback raised when the component is expanded or collapsed. |
The RadzenLayout this component is nested in.
public RadzenLayout Layout { get; set; }
| Type | Description |
|---|---|
| RadzenLayout | The RadzenLayout this component is nested in. |
Gets or sets the style.
public string Style { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the style. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
Gets the style.
protected string GetStyle()
| Type | Description |
|---|---|
| string | System.String. |
protected override Task OnInitializedAsync()
| Type | Description |
|---|---|
| Task |