Class RadzenSplitterPane
RadzenSplitterPane component.
Implements
Inherited Members
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 |
|
Collapsible
Gets or sets a value indicating whether this RadzenSplitterPane is collapsible.
Declaration
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
|
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
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
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 |