Back to Devexpress

LayoutRepositoryItem.TypeName Property

windowsforms-devexpress-dot-xtralayout-dot-layoutrepositoryitem-1932bf35.md

latest1.3 KB
Original Source

LayoutRepositoryItem.TypeName Property

Gets the name of the item’s type.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

The “LayoutRepositoryItem” string.

|

See Also

LayoutRepositoryItem Class

LayoutRepositoryItem Members

DevExpress.XtraLayout Namespace