Back to Devexpress

LayoutRepositoryItem.ControlName Property

windowsforms-devexpress-dot-xtralayout-dot-layoutrepositoryitem-3232b18c.md

latest1.2 KB
Original Source

LayoutRepositoryItem.ControlName Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override string ControlName { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides Property ControlName As String

Property Value

TypeDescription
String

A string value.

|

See Also

LayoutRepositoryItem Class

LayoutRepositoryItem Members

DevExpress.XtraLayout Namespace