Skip to main content

OptionsMinimizing.State Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.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