ClassDockManagerDockEventArgs
Class
The event arguments for the OnDock event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DockManagerDockEventArgs
Inheritance: objectDockManagerDockEventArgs
Constructors
DockManagerDockEventArgs()
Declaration
cs-api-definition
public DockManagerDockEventArgs()
Properties
DockPosition
The position where the pane is being docked. The possible values are:
- Left. The pane is docked to the left side of the target pane.
- Top. The pane is docked to the top side of the target pane.
- Right. The pane is docked to the right side of the target pane.
- Bottom. The pane is docked to the bottom side of the target pane.
- Middle. The pane is docked to the middle of the target pane.
Declaration
cs-api-definition
public DockManagerDockPosition DockPosition { get; set; }
Property Value
IsCancelled
Whether the event is cancelled and the built-in action prevented.
PaneId
The Id of the pane floating pane that is being docked.
TargetPaneId
The Id of the target pane.