PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / IndexEntry Class / Children Property

In This Topic
    Children Property (IndexEntry)
    In This Topic
    Gets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As IndexEntryCollection
    public IndexEntryCollection Children {get;}
    Remarks
    This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether an index entry already contains any sub-entries without creating the IndexEntry.Children collection, use the IndexEntry.HasChildren property.
    See Also