Back to Devexpress

AccordionControl.ShouldOptimizeAnimation Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-c54b57da.md

latest1.3 KB
Original Source

AccordionControl.ShouldOptimizeAnimation Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldOptimizeAnimation { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(True)>
Public Property ShouldOptimizeAnimation As Boolean

Property Value

TypeDefault
Booleantrue

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace