Back to Devexpress

NavBarControl.ActiveGroupName Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-765e8938.md

latest1.2 KB
Original Source

NavBarControl.ActiveGroupName Property

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public string ActiveGroupName { get; set; }
vb
<XtraSerializableProperty>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ActiveGroupName As String

Property Value

Type
String

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace