Class
DockManagerUnpinEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerUnpinEventArgs

Inheritance: objectDockManagerUnpinEventArgs

Constructors

DockManagerUnpinEventArgs()

Declaration

cs-api-definition
public DockManagerUnpinEventArgs()

Properties

IsCancelled

Specifies whether the unpin action is cancelled.

Declaration

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

Property Value

bool

PaneId

The Id of the pane that is being unpinned.

Declaration

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

Property Value

string