ClassDockManagerDockEventArgs
Provides data for the DockManager pane docking events. Contains information about the pane being docked, target location, and allows canceling the operation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DockManagerDockEventArgs
Inheritance: objectDockManagerDockEventArgs
Constructors
DockManagerDockEventArgs()
Declaration
public DockManagerDockEventArgs()
Properties
DockPosition
Specifies the position relative to the target pane where docking will occur. Left, Right, Top, and Bottom create adjacent splits. Middle adds to the target's tab group.
Declaration
public DockManagerDockPosition DockPosition { get; set; }
Property Value
IsCancelled
Gets or sets whether the docking operation should be canceled. When true, prevents the pane from being docked and maintains its current floating state.
PaneId
Gets or sets the unique identifier of the floating pane being docked. References the pane that is transitioning from floating to docked state.
TargetPaneId
Gets or sets the unique identifier of the pane that will receive the docked pane. Specifies where the floating pane will be attached in the layout hierarchy.