Skip to main content

SplitterSettings.ShowCollapseForwardButton Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowCollapseForwardButton { get; set; }

Property Value

Type Description
Boolean

true if collapse forward 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 Splitter.

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

See Also