aspnet-devexpress-dot-web-dot-aspxsplitter-2f34ea65.md
Gets or sets a value that specifies whether the collapse forward 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 ShowCollapseForwardButton { get; set; }
<DefaultValue(False)>
Public Property ShowCollapseForwardButton As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if collapse froward buttons are displayed; otherwise, false.
|
Use the ShowCollapseForwardButton property to control the visibility of collapse forward buttons within splitter separators, and so control the ability of end-users to collapse panes forward (and expand them) within the ASPxSplitter control.
The ShowCollapseForwardButton property’s value can be overridden for individual panes by using their SplitterPane.ShowCollapseForwardButton property.
See Also