RadzenSplitterPane Class

RadzenSplitterPane component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSplitterPane

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSplitterPane : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenSplitterPanelink

RadzenSplitterPane component.

Declaration
public RadzenSplitterPane()

Properties

BarVisiblelink

Gets or sets the visibility of the splitter bar.

Declaration
public bool BarVisible { get; set; }
Property Value
Type Description
boolGets or sets the visibility of the splitter bar.

ChildContentlink

Gets or sets the child content.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the child content.

Collapsedlink

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

Declaration
public bool Collapsed { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenSplitterPane is collapsed.

Collapsiblelink

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

Declaration
public bool Collapsible { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenSplitterPane is collapsible.

Maxlink

Determines the maximum value.

Declaration
public string Max { get; set; }
Property Value
Type Description
stringDetermines the maximum value.

Minlink

Determines the minimum value.

Declaration
public string Min { get; set; }
Property Value
Type Description
stringDetermines the minimum value.

Resizablelink

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

Declaration
public bool Resizable { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenSplitterPane is resizable.

Sizelink

Gets or sets the size.

Declaration
public string Size { get; set; }
Property Value
Type Description
stringGets or sets the size.

Splitterlink

Gets or sets the splitter.

Declaration
public RadzenSplitter Splitter { get; set; }
Property Value
Type Description
RadzenSplitterGets or sets the splitter.

Methods

BuildRenderTreelink

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

Disposelink

Declaration
public override void Dispose()

GetComponentBarCssClasslink

Gets the component bar CSS class.

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

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

SetParametersAsynclink

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙