Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public NoSerializationControlCollection Controls { get; }

Property Value

Type Description
DevExpress.XtraTab.NoSerializationControlCollection

A NoSerializationControlCollection object.

See Also