Back to Devexpress

OptionsNavPane.CollapsedWidth Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-a7ae6a3e.md

latest2.3 KB
Original Source

OptionsNavPane.CollapsedWidth Property

Gets or sets the control’s width when in the collapsed state.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[XtraSerializableProperty]
public virtual int CollapsedWidth { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property CollapsedWidth As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the control’s width in the collapsed state.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CollapsedWidth
NavBarControl

.OptionsNavPane .CollapsedWidth

|

Remarks

When the NavigationPane paint style is applied, the NavBarControl can be minimized to save space and then restored if necessary. The CollapsedWidth property specifies the control’s width when it’s in the collapsed state.

See Also

OptionsNavPane.CollapsedNavPaneContentControl

NavBarGroup.CollapsedNavPaneContentControl

ExpandedWidth

NavPaneState

ShowExpandButton

LookAndFeel

PaintStyleKind

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace