ClassDockManagerUnpinEventArgs
Class
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.