Back to Devexpress

ASPxSplitter.ShowCollapseForwardButton Property

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

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if collapse froward 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 ASPxSplitter control.

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

See Also

ShowCollapseForwardButton

Splitter

ASPxSplitter Class

ASPxSplitter Members

DevExpress.Web Namespace