Back to Devexpress

XtraTabControl.Controls Property

windowsforms-devexpress-dot-xtratab-dot-xtratabcontrol-c5b102f0.md

latest1.3 KB
Original Source

XtraTabControl.Controls Property

Gets the collection of controls owned by the current XtraTabControl control. This property supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public NoSerializationControlCollection Controls { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Controls As NoSerializationControlCollection

Property Value

TypeDescription
DevExpress.XtraTab.NoSerializationControlCollection

A NoSerializationControlCollection object.

|

See Also

XtraTabControl Class

XtraTabControl Members

DevExpress.XtraTab Namespace