Back to Devexpress

ASPxSplitter.ShowCollapseBackwardButton Property

aspnet-devexpress-dot-web-dot-aspxsplitter-2ca1c999.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowCollapseBackwardButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowCollapseBackwardButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 ASPxSplitter control.

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

See Also

ShowCollapseBackwardButton

Splitter

ASPxSplitter Class

ASPxSplitter Members

DevExpress.Web Namespace