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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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