SplitterSettings.ShowCollapseBackwardButton Property
Gets or sets a value that specifies whether the collapse backward button is displayed within the Splitter’s separators.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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 Splitter.
The ShowCollapseBackwardButton property’s value can be overridden for individual panes by using their SplitterPane.ShowCollapseBackwardButton property.