Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public NoSerializationControlCollection Controls { get; }

Property Value

Type Description
DevExpress.XtraTab.NoSerializationControlCollection

A NoSerializationControlCollection object.

See Also