LayoutGroup.TypeName Property
In This Article
Gets the name of the item’s type.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public override string TypeName { get; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The Layout |
See Also