Class
DockManagerSplitPane

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerSplitPane : DockManagerPaneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentDockManagerPaneBaseDockManagerSplitPane

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

DockManagerSplitPane()

Declaration

cs-api-definition
public DockManagerSplitPane()

Properties

AllowEmpty

Specifies whether an empty splitter should be rendered if no child panes are present. If set to false, the splitter will not be rendered if there are no child panes.

Declaration

cs-api-definition
[Parameter]
public bool AllowEmpty { get; set; }

Property Value

bool

FloatingHeight

The height of the window when the pane is floating.

Declaration

cs-api-definition
[Parameter]
public string FloatingHeight { get; set; }

Property Value

string

FloatingHeightChanged

Event that is fired when the height of the floating window is changed. The new height is passed as an argument.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> FloatingHeightChanged { get; set; }

Property Value

EventCallback<string>

FloatingLeft

The left CSS property of the floating window.

Declaration

cs-api-definition
[Parameter]
public string FloatingLeft { get; set; }

Property Value

string

FloatingLeftChanged

Event that is fired when the FloatingLeft CSS property of the floating window is changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> FloatingLeftChanged { get; set; }

Property Value

EventCallback<string>

FloatingResizable

Specifies whether the floating window can be resized.

Declaration

cs-api-definition
[Parameter]
public bool FloatingResizable { get; set; }

Property Value

bool

FloatingTop

The top CSS property of the floating window.

Declaration

cs-api-definition
[Parameter]
public string FloatingTop { get; set; }

Property Value

string

FloatingTopChanged

Event that is fired when the FloatingTop CSS property of the floating window is changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> FloatingTopChanged { get; set; }

Property Value

EventCallback<string>

FloatingWidth

The width of the floating window.

Declaration

cs-api-definition
[Parameter]
public string FloatingWidth { get; set; }

Property Value

string

FloatingWidthChanged

Event that is fired when the width of the floating window is changed.

Declaration

cs-api-definition
[Parameter]
public EventCallback<string> FloatingWidthChanged { get; set; }

Property Value

EventCallback<string>

Orientation

The orientation of the splitter. The possible values are Horizontal and Vertical. The default value is Horizontal.

Declaration

cs-api-definition
[Parameter]
public DockManagerPaneOrientation Orientation { get; set; }

Property Value

DockManagerPaneOrientation

Panes

A render fragment that hosts the initial panes collection.

Declaration

cs-api-definition
[Parameter]
public RenderFragment Panes { get; set; }

Property Value

RenderFragment

PanesCollection

Declaration

cs-api-definition
public IList<DockManagerPaneBase> PanesCollection { get; set; }

Property Value

IList<DockManagerPaneBase>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DockManagerPaneBase.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()