Back to Devexpress

ExpandStateChangingEventArgs.Element Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-expandstatechangingeventargs.md

latest1.7 KB
Original Source

ExpandStateChangingEventArgs.Element Property

Gets the current element that is about to be expanded/collapsed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public AccordionControlElement Element { get; }
vb
Public ReadOnly Property Element As AccordionControlElement

Property Value

TypeDescription
AccordionControlElement

The current element that is about to be expanded/collapsed.

|

Remarks

The expansion state into which the current element will be set is specified by the ExpandStateChangingEventArgs.NewState property.

See Also

ElementsToExpandCollapse

NewState

ExpandStateChangingEventArgs Class

ExpandStateChangingEventArgs Members

DevExpress.XtraBars.Navigation Namespace