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

TabbedGroup.TypeName Property

Gets the name of the item’s type.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The ‘TabbedGroup’ value.

See Also