Back to Devexpress

OptionsMinimizing.MinimizedWidth Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-optionsminimizing-9b7c01f5.md

latest2.0 KB
Original Source

OptionsMinimizing.MinimizedWidth Property

Gets or sets the accordion control’s width in the minimized state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
public int MinimizedWidth { get; set; }
vb
<DefaultValue(-1)>
Public Property MinimizedWidth As Integer

Property Value

TypeDefaultDescription
Int32-1

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinimizedWidth
AccordionControl

.OptionsMinimizing .MinimizedWidth

|

Remarks

By default, the accordion control’s width in the minimized state is automatically calculated based on the view type, applied skin and contents. The MinimizedWidth property allows you to specify a custom width.

See Also

OptionsMinimizing

NormalWidth

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace