Class
DockManagerUndockEventArgs

The event arguments for the OnUndock event.

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

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

Declaration

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

Property Value

bool

PaneId

The Id of the pane that is being undocked.

Declaration

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

Property Value

string