ASPxSplitter.ShowCollapseBackwardButton Property
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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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 ASPxSplitter control.
The ShowCollapseBackwardButton property’s value can be overridden for individual panes by using their SplitterPane.ShowCollapseBackwardButton property.
See Also