Class
DockManagerUnpinEventArgs

The event arguments for the OnUnpin event of the TelerikDockManager component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class DockManagerUnpinEventArgs

Inheritance: objectDockManagerUnpinEventArgs

Constructors

DockManagerUnpinEventArgs()

Declaration

public DockManagerUnpinEventArgs()

Properties

IsCancelled

Specifies whether the unpin action is cancelled.

Declaration

public bool IsCancelled { get; set; }

Property Value

bool

PaneId

The Id of the pane that is being unpinned.

Declaration

public string PaneId { get; set; }

Property Value

string