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