Class
DockManagerUndockEventArgs

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:

cs-api-definition
public class DockManagerUndockEventArgs

Inheritance: objectDockManagerUndockEventArgs

Constructors

DockManagerUndockEventArgs()

Declaration

cs-api-definition
public DockManagerUndockEventArgs()

Properties

IsCancelled

Gets or sets whether the undocking operation should be canceled. When true, prevents the pane from becoming floating and maintains its current docked state.

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

PaneId

Gets or sets the unique identifier of the pane being undocked from its container. References the pane that is transitioning from docked to floating state.

Declaration

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

Property Value

string