ClassDockManagerUndockEventArgs
Class
Provides data for the DockManager pane undocking events. Contains information about the pane being undocked and allows canceling the operation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DockManagerUndockEventArgs
Inheritance: objectDockManagerUndockEventArgs
Constructors
DockManagerUndockEventArgs()
Declaration
cs-api-definition
public DockManagerUndockEventArgs()
Properties
IsCancelled
Gets or sets whether the undocking operation should be canceled. When true, prevents the pane from becoming floating and maintains its current docked state.