ClassDockManagerStateEventArgs
Class
Provides data for the DockManager state initialization and change events. Contains the complete state information for persisting and restoring DockManager layouts.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DockManagerStateEventArgs
Inheritance: objectDockManagerStateEventArgs
Constructors
DockManagerStateEventArgs()
Declaration
cs-api-definition
public DockManagerStateEventArgs()
Properties
DockManagerState
Gets or sets the complete state representation of the DockManager layout. Contains pane configurations, positions, sizes, and visibility states. Use for saving/loading custom layouts or implementing state persistence.
Declaration
cs-api-definition
public DockManagerState DockManagerState { get; set; }
Property Value