RadzenSplitterPane component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSplitterPane : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the visibility of the splitter bar.
public bool BarVisible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets the visibility of the splitter bar. |
Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |
Gets or sets a value indicating whether this RadzenSplitterPane is collapsed.
public bool Collapsed { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenSplitterPane is collapsed. |
Gets or sets a value indicating whether this RadzenSplitterPane is collapsible.
public bool Collapsible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenSplitterPane is collapsible. |
Determines the maximum value.
public string Max { get; set; }
| Type | Description |
|---|---|
| string | Determines the maximum value. |
Determines the minimum value.
public string Min { get; set; }
| Type | Description |
|---|---|
| string | Determines the minimum value. |
Gets or sets a value indicating whether this RadzenSplitterPane is resizable.
public bool Resizable { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenSplitterPane is resizable. |
Gets or sets the size.
public string Size { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the size. |
Gets or sets the splitter.
public RadzenSplitter Splitter { get; set; }
| Type | Description |
|---|---|
| RadzenSplitter | Gets or sets the splitter. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
Gets the component bar CSS class.
protected string GetComponentBarCssClass()
| Type | Description |
|---|---|
| string | System.String. |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |