SplitBarCollapseDirection Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The direction of the splitbar collapsing.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum SplitBarCollapseDirection
Members

  Member nameValueDescription
None0 Collapse is not enabled.
Forward1 The pane at the left (top) position of the SpltBar will be collapsed. This is the default value.
Backward2 The pane at the right (bottom) position of the SpltBar will be collapsed.
Both3 Collapse can be done in both direction.
See Also

Reference