Back to Devexpress

LayoutControlItem.TypeName Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-1e695112.md

latest1.3 KB
Original Source

LayoutControlItem.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 “LayoutControlItem” string.

|

See Also

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace