Skip to main content
A newer version of this page is available. .

OptionsMinimizing.State Property

Gets or sets whether the accordion control is in the expanded or collapsed state.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

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