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

SplitContainerControl.Controls Property

Gets the collection of controls contained within the split container control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Control.ControlCollection Controls { get; }

Property Value

Type Description
Control.ControlCollection

A Control.ControlCollection object which represents the collection of controls contained within the split container control.

Remarks

The Controls collection contains only two DevExpress.XtraEditors.SplitGroupPanel objects that represent the split container panels. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also