Class SplitterPaneState
Stores the state of a splitter pane.
Inheritance
System.Object
SplitterPaneState
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SplitterPaneState : Object
Constructors
SplitterPaneState()
Declaration
public SplitterPaneState()
Properties
Collapsed
Specifies if the pane is collapsed.
Declaration
public bool Collapsed { get; set; }
Property Value
System.Boolean
|
Size
Specifies the size of the pane.
Declaration
public string Size { get; set; }
Property Value
System.String
|