Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenBody

    RadzenBody component.

    Inheritance
    object
    ComponentBase
    RadzenComponent
    RadzenComponentWithChildren
    RadzenBody
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.OnAfterRenderAsync(bool)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.Visible
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.CurrentStyle
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenBody : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    RadzenBody()

    RadzenBody component.

    Declaration
    public RadzenBody()

    Properties

    Expanded

    Gets or sets a value indicating whether this RadzenBody is expanded.

    Declaration
    [Parameter]
    public bool Expanded { get; set; }
    Property Value
    Type Description
    bool

    true if expanded; otherwise, false.

    ExpandedChanged

    Gets or sets a callback raised when the component is expanded or collapsed.

    Declaration
    [Parameter]
    public EventCallback<bool> ExpandedChanged { get; set; }
    Property Value
    Type Description
    EventCallback<bool>

    The expanded changed callback.

    Layout

    The RadzenLayout this component is nested in.

    Declaration
    [CascadingParameter]
    public RadzenLayout Layout { get; set; }
    Property Value
    Type Description
    RadzenLayout

    Style

    Gets or sets the style.

    Declaration
    [Parameter]
    public override string Style { get; set; }
    Property Value
    Type Description
    string

    The style.

    Overrides
    RadzenComponent.Style

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenBody component.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Dispose()

    Detaches event handlers and disposes Reference.

    Declaration
    public override void Dispose()
    Overrides
    RadzenComponent.Dispose()

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    string
    Overrides
    RadzenComponent.GetComponentCssClass()

    GetStyle()

    Gets the style.

    Declaration
    protected string GetStyle()
    Returns
    Type Description
    string

    System.String.

    OnInitializedAsync()

    RadzenBody component.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    Toggle()

    Toggles this instance width and left margin.

    Declaration
    public void Toggle()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT