Provides data for the DockManager pane undocking events. Contains information about the pane being undocked and allows canceling the operation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DockManagerUndockEventArgs
Inheritance: objectDockManagerUndockEventArgs
Constructors
C#
public DockManagerUndockEventArgs()
Properties
Gets or sets whether the undocking operation should be canceled. When true, prevents the pane from becoming floating and maintains its current docked state.
C#
public bool IsCancelled { get; set; }