Back to Devexpress

NavBarControl.ExplorerBarStretchLastGroup Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-141fd0f4.md

latest1.6 KB
Original Source

NavBarControl.ExplorerBarStretchLastGroup Property

Gets or sets whether the last group in the Explorer Bar View is stretched to fill the NavBarControl.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ExplorerBarStretchLastGroup { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ExplorerBarStretchLastGroup As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the last group in the Explorer Bar View is stretched to fill the NavBarControl; otherwise, false.

|

See Also

PaintStyleKind

NavBarGroupControlContainer

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace