Class
DockManagerUnpinEventArgs

Provides data for the OnUnpin event when a user unpins a pane to auto-hide it at the dock edge. Contains information about the pane being unpinned and allows cancellation of the unpin operation.

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

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

Declaration

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

Property Value

bool

PaneId

Gets or sets the unique identifier of the pane being unpinned to auto-hide state.

Declaration

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

Property Value

string