Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenBody

    RadzenBody component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenBody
    Implements
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenBody : RadzenComponentWithChildren, IDisposable

    Properties

    Expanded

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

    Declaration
    public bool Expanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if expanded; otherwise, false.

    ExpandedChanged

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

    Declaration
    public EventCallback<bool> ExpandedChanged { get; set; }
    Property Value
    Type Description
    EventCallback<System.Boolean>

    The expanded changed callback.

    Layout

    The RadzenLayout this component is nested in.

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

    Style

    Gets or sets the style.

    Declaration
    public override string Style { get; set; }
    Property Value
    Type Description
    System.String

    The style.

    Overrides
    RadzenComponent.Style

    Methods

    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
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    GetStyle()

    Gets the style.

    Declaration
    protected string GetStyle()
    Returns
    Type Description
    System.String

    System.String.

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    Toggle()

    Toggles this instance width and left margin.

    Declaration
    public void Toggle()

    Implements

    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