ClassDockManagerPaneBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class DockManagerPaneBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDockManagerPaneBase
Derived Classes:
Implements:
Inherited Members
Constructors
DockManagerPaneBase()
Declaration
cs-api-definition
protected DockManagerPaneBase()
Properties
Dockable
Id
The unique identifier of the pane.
Size
The size of the pane when it is part of a DockManagerSplitPane.
SizeChanged
Event that is fired when the size of the pane is changed. The new size is passed as an argument.
Declaration
cs-api-definition
[Parameter]
public EventCallback<string> SizeChanged { get; set; }
Property Value
Visible
Determines whether the pane is visible or not.
VisibleChanged
Event that is fired when the visibility of the pane is changed.
Declaration
cs-api-definition
[Parameter]
public EventCallback<bool> VisibleChanged { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides