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.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public NoSerializationControlCollection Controls { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraTab.NoSerializationControlCollection | A NoSerializationControlCollection object. |
See Also