Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSplitterPane

    RadzenSplitterPane component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenSplitterPane
    Implements
    IDisposable
    Inherited Members
    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.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    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 RadzenSplitterPane : RadzenComponent, IDisposable

    Properties

    BarVisible

    Gets or sets the visibility of the splitter bar.

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

    The visibility of the splitter bar.

    ChildContent

    Gets or sets the child content.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    The child content.

    Collapsed

    Gets or sets a value indicating whether this RadzenSplitterPane is collapsed.

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

    true if collapsed; otherwise, false.

    Collapsible

    Gets or sets a value indicating whether this RadzenSplitterPane is collapsible.

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

    true if collapsible; otherwise, false.

    Max

    Determines the maximum value.

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

    The maximum value.

    Min

    Determines the minimum value.

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

    The minimum value.

    Resizable

    Gets or sets a value indicating whether this RadzenSplitterPane is resizable.

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

    true if resizable; otherwise, false.

    Size

    Gets or sets the size.

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

    The size.

    Splitter

    Gets or sets the splitter.

    Declaration
    public RadzenSplitter Splitter { get; set; }
    Property Value
    Type Description
    RadzenSplitter

    The splitter.

    Methods

    Dispose()

    Detaches event handlers and disposes Reference.

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

    GetComponentBarCssClass()

    Gets the component bar CSS class.

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

    System.String.

    GetComponentCssClass()

    Gets the component CSS class.

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

    SetParametersAsync(ParameterView)

    Called by the Blazor runtime when parameters are set.

    Declaration
    public override async Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters

    The parameters.

    Returns
    Type Description
    Task
    Overrides
    RadzenComponent.SetParametersAsync(ParameterView)

    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