Back to Devexpress

NavBarControl.SuspendFormLayoutInAnimation Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-41819e9c.md

latest1.3 KB
Original Source

NavBarControl.SuspendFormLayoutInAnimation Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDefault
Booleantrue

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace