Class RadzenSplitterPane
RadzenSplitterPane component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSplitterPane : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenSplitterPane()
RadzenSplitterPane component.
Declaration
public RadzenSplitterPane()
Properties
BarVisible
Gets or sets the visibility of the splitter bar.
Declaration
[Parameter]
public bool BarVisible { get; set; }
Property Value
Type | Description |
---|---|
bool | The visibility of the splitter bar. |
ChildContent
Gets or sets the child content.
Declaration
[Parameter]
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
[Parameter]
public bool Collapsed { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Collapsible
Gets or sets a value indicating whether this RadzenSplitterPane is collapsible.
Declaration
[Parameter]
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Max
Determines the maximum value.
Declaration
[Parameter]
public string Max { get; set; }
Property Value
Type | Description |
---|---|
string | The maximum value. |
Min
Determines the minimum value.
Declaration
[Parameter]
public string Min { get; set; }
Property Value
Type | Description |
---|---|
string | The minimum value. |
Resizable
Gets or sets a value indicating whether this RadzenSplitterPane is resizable.
Declaration
[Parameter]
public bool Resizable { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Size
Gets or sets the size.
Declaration
[Parameter]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
string | The size. |
Splitter
Gets or sets the splitter.
Declaration
[CascadingParameter]
public RadzenSplitter Splitter { get; set; }
Property Value
Type | Description |
---|---|
RadzenSplitter | The splitter. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenSplitterPane component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
Dispose()
Detaches event handlers and disposes Reference.
Declaration
public override void Dispose()
Overrides
GetComponentBarCssClass()
Gets the component bar CSS class.
Declaration
protected string GetComponentBarCssClass()
Returns
Type | Description |
---|---|
string | System.String. |
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |
Overrides
SetParametersAsync(ParameterView)
Called by the Blazor runtime when parameters are set.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
Task |