Class
DockManagerPinEventArgs

Provides data for the OnPin event when a user pins an unpinned pane back to the dock layout. Contains information about the pane being pinned and allows cancellation of the pin operation.

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

Gets or sets a value indicating whether the pin operation should be cancelled. Set to true to prevent the pane from being pinned and maintain its current unpinned state.

Declaration

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

Property Value

bool

PaneId

Gets or sets the unique identifier of the pane being pinned to the dock layout.

Declaration

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

Property Value

string