Back to Devexpress

NavigationPageDefaultProperties.CanShowCollapseButton Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagedefaultproperties-63cfc1af.md

latest1.7 KB
Original Source

NavigationPageDefaultProperties.CanShowCollapseButton Property

Gets whether or not this page should display its collapse button.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool CanShowCollapseButton { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanShowCollapseButton As Boolean

Property Value

TypeDescription
Boolean

true if this page should display its collapse button; otherwise, false.

|

Remarks

See the NavigationPageDefaultProperties.ShowCollapseButton property to learn more.

See Also

ShowCollapseButton

NavigationPageDefaultProperties Class

NavigationPageDefaultProperties Members

DevExpress.XtraBars.Navigation Namespace