OptionsMinimizing.MinimizedWidth Property
Gets or sets the accordion control’s width in the minimized state.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| 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 Type | Path to MinimizedWidth |
|---|---|
| AccordionControl |
|
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