Class
DockManagerPaneResizeEventArgs

The event arguments for the OnPaneResize event of the TelerikDockManager component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerPaneResizeEventArgs

Inheritance: objectDockManagerPaneResizeEventArgs

Constructors

DockManagerPaneResizeEventArgs()

Declaration

cs-api-definition
public DockManagerPaneResizeEventArgs()

Properties

PaneId

The Id of the pane that is being resized.

Declaration

cs-api-definition
public string PaneId { get; set; }

Property Value

string

Size

The new size of the pane.

Declaration

cs-api-definition
public string Size { get; set; }

Property Value

string