Skip to main content
A newer version of this page is available. .
Tab

ASPxSplitter.ShowCollapseBackwardButton Property

Gets or sets a value that specifies whether the collapse backward button is displayed within the splitter’s separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ShowCollapseBackwardButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true if collapse backward buttons are displayed within separators; otherwise, false.

Remarks

Use the ShowCollapseBackwardButton property to control the visibility of collapse backward buttons within splitter separators, and so control the ability of end-users to collapse panes backward (and expand them) within the ASPxSplitter control.

The ShowCollapseBackwardButton property’s value can be overridden for individual panes by using their SplitterPane.ShowCollapseBackwardButton property.

See Also