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

ASPxSplitter.ShowCollapseForwardButton Property

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.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if collapse froward buttons are displayed; otherwise, false.

Remarks

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