XtraTabControl.Controls Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public NoSerializationControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A No |
See Also