Class SplitterState
Stores the state of a splitter component.
Inheritance
System.Object
SplitterState
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SplitterState : Object
Constructors
SplitterState()
Declaration
public SplitterState()
Properties
Panes
Declaration
public List<SplitterPaneState> Panes { get; set; }
Property Value
System.Collections.Generic.List<SplitterPaneState>
|