SplitContainerControl.Controls Property
Gets the collection of controls contained within the split container control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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