Back to Devexpress

NavBarGroup.ControlContainerName Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-830fa873.md

latest1.5 KB
Original Source

NavBarGroup.ControlContainerName Property

Gets or sets the control container’s name for the current group.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
String

A string representing the name of the group’s control container. An empty string if the control container is not available.

|

Remarks

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

See Also

ControlContainer

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace