Skip to main content
All docs
V24.2

SimpleLabelItem.TypeName Property

Gets the type’s name.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the type’s name.

See Also