Skip to main content

SplitContainerControl.Controls Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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