Gets whether or not this page should display its collapse button.
Namespace:DevExpress.XtraBars.Navigation
Assembly:DevExpress.XtraBars.v17.2.dll

Syntax
C# |
public bool CanShowCollapseButton { get; }
|
VB |
Public ReadOnly Property CanShowCollapseButton As Boolean
|
Property value
Type: Boolean
true, if this page should display its collapse button; otherwise, false.

Remarks
See the ShowCollapseButton property to learn more.

See Also