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