Class
DockManagerPinEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerPinEventArgs

Inheritance: objectDockManagerPinEventArgs

Constructors

DockManagerPinEventArgs()

Declaration

cs-api-definition
public DockManagerPinEventArgs()

Properties

IsCancelled

Specifies whether the pin action is cancelled.

Declaration

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

Property Value

bool

PaneId

The Id of the pane that is being pinned.

Declaration

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

Property Value

string