ClassDockManagerSplitPane
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DockManagerSplitPane : DockManagerPaneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDockManagerPaneBaseDockManagerSplitPane
Implements:
Inherited Members
Constructors
DockManagerSplitPane()
Declaration
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.
FloatingHeight
The height of the window when the pane is floating.
Declaration
[Parameter]
public string FloatingHeight { get; set; }
Property Value
FloatingHeightChanged
Event that is fired when the height of the floating window is changed. The new height is passed as an argument.
Declaration
[Parameter]
public EventCallback<string> FloatingHeightChanged { get; set; }
Property Value
FloatingLeft
The left
CSS property of the floating window.
Declaration
[Parameter]
public string FloatingLeft { get; set; }
Property Value
FloatingLeftChanged
Event that is fired when the FloatingLeft CSS property of the floating window is changed.
Declaration
[Parameter]
public EventCallback<string> FloatingLeftChanged { get; set; }
Property Value
FloatingResizable
Specifies whether the floating window can be resized.
Declaration
[Parameter]
public bool FloatingResizable { get; set; }
Property Value
FloatingTop
The top
CSS property of the floating window.
Declaration
[Parameter]
public string FloatingTop { get; set; }
Property Value
FloatingTopChanged
Event that is fired when the FloatingTop CSS property of the floating window is changed.
Declaration
[Parameter]
public EventCallback<string> FloatingTopChanged { get; set; }
Property Value
FloatingWidth
The width of the floating window.
Declaration
[Parameter]
public string FloatingWidth { get; set; }
Property Value
FloatingWidthChanged
Event that is fired when the width of the floating window is changed.
Declaration
[Parameter]
public EventCallback<string> FloatingWidthChanged { get; set; }
Property Value
Orientation
The orientation of the splitter. The possible values are Horizontal and Vertical. The default value is Horizontal.
Declaration
[Parameter]
public DockManagerPaneOrientation Orientation { get; set; }
Property Value
Panes
A render fragment that hosts the initial panes collection.
Declaration
[Parameter]
public RenderFragment Panes { get; set; }
Property Value
PanesCollection
Declaration
public IList<DockManagerPaneBase> PanesCollection { get; set; }
Property Value
IList<DockManagerPaneBase>
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides