Skip to main content
A newer version of this page is available. .

LayoutGroup.TypeName Property

Gets the name of the item’s type.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public override string TypeName { get; }

Property Value

Type Default Description
String String.Empty

The LayoutGroup value.

See Also