Back to Devexpress

LayoutGroup.TabbedGroupParentName Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-64fc476a.md

latest1.3 KB
Original Source

LayoutGroup.TabbedGroupParentName Property

Gets the name of the group’s parent if the current group is displayed as a tab.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
[Browsable(false)]
public string TabbedGroupParentName { get; set; }
vb
<XtraSerializableProperty>
<Browsable(False)>
Public Property TabbedGroupParentName As String

Property Value

TypeDescription
String

A string which specifies the parent’s name.

|

Remarks

This property supports the internal infrastructure, and is not intended to be used directly.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace