Skip to main content

BaseLayoutItem.TypeName Property

Gets the name of the item’s type.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.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