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:
C#
public class DockManagerStateEventArgs
Inheritance: objectDockManagerStateEventArgs
Constructors
C#
public DockManagerStateEventArgs()
Properties
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.
C#
public DockManagerState DockManagerState { get; set; }