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 to this section

RadzenSplitterPane component.

Declaration
public RadzenSplitterPane()

Properties

AriaLabelledByLink to this section

Gets or sets the id of an element that labels the resize separator. When set, it is exposed as aria-labelledby and takes precedence over the generated ResizeAriaLabel.

Declaration
public string AriaLabelledBy { get; set; }
Property Value
Type Description
stringGets or sets the id of an element that labels the resize separator. When set, it is exposed as aria-labelledby and takes precedence over the generated ResizeAriaLabel.

BarVisibleLink to this section

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 to this section

Gets or sets the child content.

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

CollapseAriaLabelLink to this section

Gets or sets the accessible label of the collapse button. Defaults to a localizable "Collapse pane" text.

Declaration
public string CollapseAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the accessible label of the collapse button. Defaults to a localizable "Collapse pane" text.

CollapsedLink to this section

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 to this section

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.

ExpandAriaLabelLink to this section

Gets or sets the accessible label of the expand button. Defaults to a localizable "Expand pane" text.

Declaration
public string ExpandAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the accessible label of the expand button. Defaults to a localizable "Expand pane" text.

MaxLink to this section

Determines the maximum value.

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

MinLink to this section

Determines the minimum value.

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

ResizableLink to this section

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.

ResizeAriaLabelLink to this section

Gets or sets the accessible label of the resize separator. Defaults to a localizable "Resize {0}" text.

Declaration
public string ResizeAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the accessible label of the resize separator. Defaults to a localizable "Resize {0}" text.

SizeLink to this section

Gets or sets the size.

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

SplitterLink to this section

Gets or sets the splitter.

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

Methods

BuildRenderTreeLink to this section

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

DisposeLink to this section

Declaration
public override void Dispose()

GetComponentBarCssClassLink to this section

Gets the component bar CSS class.

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

GetComponentCssClassLink to this section

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

SetParametersAsyncLink to this section

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 🗙