Back to Devexpress

OptionsMinimizing.State Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-optionsminimizing-eca3a607.md

latest2.1 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AccordionControlState.Normal)]
public AccordionControlState State { get; set; }
vb
<DefaultValue(AccordionControlState.Normal)>
Public Property State As AccordionControlState

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.AccordionControlStateNormal

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 TypePath to State
AccordionControl

.OptionsMinimizing .State

|

Remarks

If the State property value changes, the AccordionControl.StateChanged event raises.

See Also

OptionsMinimizing

StateChanged

VerticalTextOrientation

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace