Back to Devexpress

LayoutGroup.TypeName Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-39be9c81.md

latest1.2 KB
Original Source

LayoutGroup.TypeName Property

Gets the name of the item’s type.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public override string TypeName { get; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
<Browsable(False)>
Public Overrides ReadOnly Property TypeName As String

Property Value

TypeDefaultDescription
StringString.Empty

The LayoutGroup value.

|

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace