New to Telerik UI for BlazorStart a free 30-day trial

Stores the state of a splitter pane.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SplitterPaneState

Inheritance: objectSplitterPaneState

Constructors

C#
public SplitterPaneState()

Properties

Specifies if the pane is collapsed.

C#
public bool Collapsed { get; set; }

Specifies the size of the pane.

C#
public string Size { get; set; }