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

BaseLayoutItem.TypeName Property

Gets the name of the item’s type.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v21.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

[Browsable(false)]
public string TypeName { get; }

Property Value

Type Description
String

A string that specifies the name of the item’s type.

See Also