Back to Devexpress

BaseLayoutItem.ParentName Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-3364c1e2.md

latest1.3 KB
Original Source

BaseLayoutItem.ParentName Property

Gets or sets the name of the item’s parent.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
String

A string that specifies the name of the item’s parent.

|

Remarks

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

See Also

Parent

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace