Class
DockManagerStateEventArgs

The event arguments for the OnStateInit and OnStateChanged event of the TelerikDockManager component.

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

The state of the DockManager.

Declaration

cs-api-definition
public DockManagerState DockManagerState { get; set; }

Property Value

DockManagerState