Class
DockManagerUndockEventArgs

The event arguments for the OnUndock event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class DockManagerUndockEventArgs

Inheritance: objectDockManagerUndockEventArgs

Constructors

DockManagerUndockEventArgs()

Declaration

public DockManagerUndockEventArgs()

Properties

IsCancelled

Whether the event is cancelled and the built-in action prevented.

Declaration

public bool IsCancelled { get; set; }

Property Value

bool

PaneId

The Id of the pane that is being undocked.

Declaration

public string PaneId { get; set; }

Property Value

string