Table of Contents

Class RadzenSplitterPane

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenSplitterPane component.

public class RadzenSplitterPane : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenSplitterPane
Implements
Inherited Members

Constructors

RadzenSplitterPane()

public RadzenSplitterPane()

Properties

BarVisible

Gets or sets the visibility of the splitter bar.

[Parameter]
public bool BarVisible { get; set; }

Property Value

bool

The visibility of the splitter bar.

ChildContent

Gets or sets the child content.

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

The child content.

Collapsed

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

[Parameter]
public bool Collapsed { get; set; }

Property Value

bool

true if collapsed; otherwise, false.

Collapsible

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

[Parameter]
public bool Collapsible { get; set; }

Property Value

bool

true if collapsible; otherwise, false.

Max

Determines the maximum value.

[Parameter]
public string Max { get; set; }

Property Value

string

The maximum value.

Min

Determines the minimum value.

[Parameter]
public string Min { get; set; }

Property Value

string

The minimum value.

Resizable

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

[Parameter]
public bool Resizable { get; set; }

Property Value

bool

true if resizable; otherwise, false.

Size

Gets or sets the size.

[Parameter]
public string Size { get; set; }

Property Value

string

The size.

Splitter

Gets or sets the splitter.

[CascadingParameter]
public RadzenSplitter Splitter { get; set; }

Property Value

RadzenSplitter

The splitter.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

Dispose()

public override void Dispose()

GetComponentBarCssClass()

Gets the component bar CSS class.

protected string GetComponentBarCssClass()

Returns

string

System.String.

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task