aspnet-devexpress-dot-web-dot-aspxsplitter-2ca1c999.md
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.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public bool ShowCollapseBackwardButton { get; set; }
<DefaultValue(False)>
Public Property ShowCollapseBackwardButton As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if collapse backward buttons are displayed within separators; otherwise, false.
|
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