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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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