A newer version of this page is available.
Switch to the current version.
BaseDocument.GetLogicalChildren() Method
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v19.2.dll
Declaration
public IEnumerable<Component> GetLogicalChildren()
Public Function GetLogicalChildren As IEnumerable(Of Component)
Returns
Type |
---|
IEnumerable<Component> |
Implements
DevExpress.Utils.ILogicalOwner.GetLogicalChildren()
See Also
Feedback