Skip to main content

Collapse Forward Button

Collapse Forward Button is displayed within the separator and is used to collapse a pane forward (from left to right or from top to bottom).

ASPxSplitter-VisualElements-BackwardButton

The table below lists the main members which affect the element’s appearance and functionality:

Characteristics

Members

Visibility

ASPxSplitter.ShowCollapseForwardButton, SplitterPane.ShowCollapseForwardButton

Image

SplitterImages.HorizontalSeparatorButton, SplitterImages.VerticalSeparatorButton,

SplitterImages.HorizontalCollapseForwardButton, SplitterImages.VerticalCollapseForwardButton,

SplitterSeparators.ForwardCollapseButtonImage, SplitterSeparators.ButtonStyle

Style

SplitterStyles.SeparatorButton, SplitterStyles.HorizontalSeparatorButton, SplitterStyles.VerticalSeparatorButton, SplitterSeparators.ButtonStyle

Note

If you specify a visibility of a particular pane’s buttons, note that a collapse forward button is located in the separator displayed before the pane (to the left or top), the collapse backward button is located in the separator displayed after the pane (to the right or bottom).

If you customize image or style settings of a particular pane’s buttons, note that the settings are applied to the buttons located in the separator displayed before the pane (to the left or top).

Right to Left Support

If the right-to-left feature is enabled for the control, the horizontal pane direction is changed to right-to-left.

Splitter_ButtonsRTL

See Also