Back to Devexpress

Collapse Backward Button

aspnet-7202-components-site-navigation-and-layout-splitter-visual-elements-collapse-backward-button.md

latest3.1 KB
Original Source

Collapse Backward Button

  • Dec 17, 2020

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

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

|

Characteristics

|

Members

| | --- | --- | |

Visibility

|

ASPxSplitter.ShowCollapseBackwardButton, SplitterPane.ShowCollapseBackwardButton

| |

Image

|

SplitterImages.HorizontalSeparatorButton, SplitterImages.VerticalSeparatorButton,

SplitterImages.HorizontalCollapseBackwardButton, SplitterImages.VerticalCollapseBackwardButton,

SplitterSeparators.BackwardCollapseButtonImage, SplitterSeparators.ButtonStyle

| |

Style

|

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

|

Note

If you specify the 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 the 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.

See Also

RightToLeft