Back to Devexpress

BaseLayoutItem.TypeName Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-0e8e83cb.md

latest1.4 KB
Original Source

BaseLayoutItem.TypeName Property

Gets the name of the current layout item’s type.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string TypeName { get; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
<Browsable(False)>
Public Overridable ReadOnly Property TypeName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that represents the name of the current layout item’s type.

|

Remarks

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace