Enumeration defining the collapsed state of a splitter element.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum SplitterCollapsedState
Fields
The splitter is collapsed to the next panel.
C#
Next = 2
The splitter is not collapsed.
C#
None = 0
The splitter is collapsed to the previous panel.
C#
Previous = 1