Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OptionsMinimizing.State Property

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

[DefaultValue(AccordionControlState.Normal)]
public AccordionControlState State { get; set; }

#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