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:
C#
public class DockManagerPaneResizeEventArgs
Inheritance: objectDockManagerPaneResizeEventArgs
Constructors
C#
public DockManagerPaneResizeEventArgs()
Properties
Gets or sets the unique identifier of the pane being resized.
C#
public string PaneId { get; set; }