OptionsMinimizing.State Property
Gets or sets whether the accordion control is in the expanded or collapsed state.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Navigation.AccordionControlState | Normal | An DevExpress.XtraBars.Navigation.AccordionControlState enumeration value, such as Normal or Minimized, that specifies the accordion control state. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to State |
|---|---|
| AccordionControl |
|
Remarks
If the State property value changes, the AccordionControl.StateChanged event raises.
See Also