Back to Devexpress

BaseDocument.GetLogicalChildren() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-3fcdbf0f.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IEnumerable<Component> GetLogicalChildren()
vb
Public Function GetLogicalChildren As IEnumerable(Of Component)

Returns

Type
IEnumerable<Component>

See Also

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace