Back to Devexpress

NavigationPageDefaultProperties.CanShowExpandButton Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagedefaultproperties-52881799.md

latest1.6 KB
Original Source

NavigationPageDefaultProperties.CanShowExpandButton Property

Gets whether or not this page can display its expand button.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this page can display its expand button; otherwise, false.

|

Remarks

See the NavigationPageDefaultProperties.ShowExpandButton property to learn more.

See Also

ShowExpandButton

NavigationPageDefaultProperties Class

NavigationPageDefaultProperties Members

DevExpress.XtraBars.Navigation Namespace