Enum
SplitBarCollapseDirection

The direction of the splitbar collapsing.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum SplitBarCollapseDirection

Fields

Backward

The pane at the right (bottom) position of the SpltBar will be collapsed.

Declaration

cs-api-definition
Backward = 2

Field Value

SplitBarCollapseDirection

Both

Collapse can be done in both direction.

Declaration

cs-api-definition
Both = 3

Field Value

SplitBarCollapseDirection

Forward

The pane at the left (top) position of the SpltBar will be collapsed. This is the default value.

Declaration

cs-api-definition
Forward = 1

Field Value

SplitBarCollapseDirection

None

Collapse is not enabled.

Declaration

cs-api-definition
None = 0

Field Value

SplitBarCollapseDirection

In this article
DefinitionFieldsBackwardBothForwardNone
Not finding the help you need?
Contact Support