Class
DockManagerPaneResizeEventArgs

Provides data for the OnPaneResize event when a user resizes a pane through the splitter handles. Contains information about the pane being resized and its new dimensions.

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

Gets or sets the unique identifier of the pane being resized.

Declaration

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

Property Value

string

Size

Gets or sets the new size of the pane as a CSS value after the resize operation. Supports units like px, %, em, or rem (e.g., "300px", "40%"). The value reflects the pane's new dimension in the direction of its parent container's orientation.

Declaration

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

Property Value

string